Version 1.0. April 2018
Here is a simple but very effective Password Generator built with a nice GUI for a better user experience. By following 4 simple steps you can make (almost) unbreakable passwords.
You can create passwords from 8 characters up to 500. Of course, with some editing to the main file, you can create up to 10000 or more characters.
I'm working on a PASSWORD MANAGER so you can save the passwords on a database. Keep an eye on the project Password_Manager
Since this is my first project, this will be a WIP. Still learning a lot of things.
Comments and critics are welcome: email me (nicolastautiva.nt at gmail dot com )
- Download the repo.
- Run password_generator.py
- On the menu there is a user guide. Just 4 steps to create more secure passwords.
To run the program properly you just need to install Pyperclip.
To install:
pip install pyperclip
You should be ready within seconds!
Check the guide.pdf file. The whole guide to make a secure password in 4 simple steps, and the screenshot is there!
- Nicolás Táutiva - Initial work - NickATC
- Thanks to PurpleBooth article on how to create a good README Here
This project is licensed under the MIT License - see the LICENSE.md file for details