Skip to content

RandomCarrot is a module for Python. If you want random letters or numbers in your Python project, just use RandomCarrot!

License

Notifications You must be signed in to change notification settings

markpavlenko/RandomCarrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomCarrot (Carrot)

Carrot is a module for Python also known as RandomCarrot.

Installation

Use the package manager pip to install Carrot.

pip install RandomCarrot

Usage

Importing is very easy in Carrot. All you need to do is type:

import RandomCarrot as carrot

To display random numbers type:

carrot.randomnumber()

To display random letters:

carrot.randomletters()

You can adjust length for letters by typing:

carrot(length=)

To display both numbers and letters:

carrot.both()

(again you can adjust length by typing the same text like in letters)

Developer Usage

If you want to use developer commands, feel free to use them! Everyone can use them, even if you just want to see how do they work. If you want to try using carrot.randomnumber() like a developer, here is the code:

carrot.random_number_generator()

If you want to try using carrot.randomletter() like a developer, here is the code:

carrot.random_letters_generator()

And if you want to use carrot.both like a developer, here is the command:

carrot.both_numbers_letters_generator()

Use them knowing these commands can work not as they used to. Happy coding!

License

MIT

About

RandomCarrot is a module for Python. If you want random letters or numbers in your Python project, just use RandomCarrot!

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages