Python Forum
randomchar v0.1.5 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code Review (https://python-forum.io/forum-46.html)
+--- Thread: randomchar v0.1.5 (/thread-29067.html)



randomchar v0.1.5 - Fr4nkl1n_1k3h - Aug-16-2020

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