https://github.com/kreateer/simple-password-generator
This is a really simple password generator that I made to save myself time and effort to think of passwords.
https://github.com/kreateer/simple-password-generator
generator gui password pyinstaller pysimplegui python python3 security simple
Last synced: about 1 year ago
JSON representation
This is a really simple password generator that I made to save myself time and effort to think of passwords.
- Host: GitHub
- URL: https://github.com/kreateer/simple-password-generator
- Owner: Kreateer
- License: gpl-3.0
- Created: 2020-09-20T21:32:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T22:20:37.000Z (almost 6 years ago)
- Last Synced: 2023-07-28T19:57:06.760Z (almost 3 years ago)
- Topics: generator, gui, password, pyinstaller, pysimplegui, python, python3, security, simple
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Password Generator
This is a really simple password generator that I made to save myself time and effort to think of passwords.
I used [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) to create a minimal GUI for the program.
### NOTE: If you intend to clone and build it yourself, you can use [PyInstaller](https://www.pyinstaller.org/) to create an .exe file.