Python Forum

Full Version: randomchar v0.1.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all!
I'm almost done with my module for generating random strings randomchar
# What is randomchar?
randomchar is a new module designed to make random string generation very easy.

# Usage example
import randomchar
randomchar.letter()#generates a single random letter
randomchar.password(7)#generates a seven character password
For more info read the README.md file on the repository.
https://github.com/fr4nkl1n-1k3h/randomchar

The project is still under development and I need more Python programmers to test and review the project, if you have any suggestions on what to add or change you can contribute to the project.

Thanks in advance! Smile