Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
randomchar v0.1.5
#1
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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020