Skip to content

Python Username Generator - for all your random username needs!

License

Notifications You must be signed in to change notification settings

Kalman98/pungen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

pungen

Python Username Generator - for all your random username needs!

pungen is a simple to use Python script which generates "usernames" on demand. The usernames are created on the spot using some pre-defined word-creating formulas. Don't worry. It's way less complicated than I'm making it sound.

Usage

The format for generating usernames from command line is:

pungen <username_length>

This will generate ten usernames of the specified length. You can specify a range of lengths like this:

pungen <min_username_length> <max_username_length>

The usernames will always be within the lengths specified.

I really just wrote this for fun, if you can come up with something to do with it, by all means, use it. That should be all you need to know. Oh, it's for Python 3.

About

Python Username Generator - for all your random username needs!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages