https://github.com/xithrius/simplepasswordgenerator
https://github.com/xithrius/simplepasswordgenerator
hacktoberfest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xithrius/simplepasswordgenerator
- Owner: Xithrius
- License: mit
- Created: 2020-08-05T20:46:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T13:46:23.000Z (about 5 years ago)
- Last Synced: 2025-01-30T18:32:46.333Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimplePasswordGenerator
A simple app to generate random passwords.
## Usage
When you run the program you will see a screen that looks something like this:

The password length can be changed to whatever you want, 22 is the default.
Clicking `Generate password` will generate a password, which you can copy to your clipboard by clicking the `Copy to clipboard` button.

## License
[MIT](https://choosealicense.com/licenses/mit/)