Skip to content
forked from Fcmam5/tchamba

Tchamba.random, is a real random data genarator (letters, jokes, names...)

License

Notifications You must be signed in to change notification settings

kheirod/tchamba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tchamba.random

Tchamba.random, is a real random data genarator (letters, jokes, names...)

The idea

The name was invented by my friends Hammadi Ilyes and Bahri Aimene, and it was a joke. Now [we] are trying to implement it in order to get a random data.

Installation

First install the tchamba package

  pip install tchamba

Then import it in your python file

    from tchamba import *

    # Print a random character
    print random_char()

    # To print a random Chuck Norris joke (Internet connection needed)
    print random_chuck_joke()

    # Print a random hex color (ex: #02c65a)
    print random_hex_color()

    # Print a list of RGB color (ex: [31,12,15])
    print random_rgb_color()

    # Print a random Pokemon name
    print random_pokemon()

Contributing

If you have an idea, please feel free to submit an issue, or fork this project and add your awesome_random_function in tchamba.py file. I think that we need something cool, funny like this 😄 to use it in our programs, for testing or for fun.

Credits

This package is using one of the bests APIs on the Web, like:

License

MIT licensed Done by Fortas Abdeldjalil and all these awesome contributers.

About

Tchamba.random, is a real random data genarator (letters, jokes, names...)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%