Aug-16-2020, 08:36 PM
Hey all!
I'm almost done with my module for generating random strings
# What is randomchar?
randomchar is a new module designed to make random string generation very easy.
# Usage example
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!
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 passwordFor 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!
