Skip to content

milkyicedtea/Random-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge

Random password generator

A very simple password generator i made for fun using python (Using PySimpleGUI framework)

Screenshots:

Disclaimer

I don't recommend using this to actually generate passwords you use, as i don't know if this is secure enough (even though it uses secrets module), since it uses very simple algorithms to generate the passwords.

Installation

There is none, just download the .exe release and run it.

Alternatively, you can find the compiled .exe file under RPG/GUI/dist/

Requirements

The code was tested and ran using python 3.10.2. Older versions might not work. Newer should probably be fine but report in case you run into any error :)

pip install PySimpleGUI

or

pip install -r requirements.txt

Both do the same thing since requirements.txt only contains PySimpleGUI :)

Run

From source code;

$ python .\RPG\rpgGUI.py

Or download the executable found in the release or in here

Author

Me :D

Credits

Extra

If something breaks, please let me know by messaging on discord or open a github issue (preferrably these 2) or twitter (i don't check as much). You can find both my discord and twitter on my github profile

No GUI Version

It was more convenient for me to drop this for every release, so it will not be as updated as the one with a GUI (it's much much simpler for me). From release 1.1 i will only add it for major versions. You can ask me for a specific no GUI release only if you really really need it (ex: project that needs this).

Using this in other Github Projects

Please ask me! I will most likely be happy to say yes, but please just ask before you use this, it really doesn't take much to do! You can use my discord (preferrably) or twitter, both can be found in my profile :) P.S.: Please don't open any issue regarding this as i will probably close them. I'd like anything related to this to be discussed in private.