https://github.com/arnoldchrisoduor1/password_generator
A Tkinter Desktop Application, Stores Generated Passwords in SQLite Database.
https://github.com/arnoldchrisoduor1/password_generator
pyinstaller pyperclip python sql sqlite3 tkinter
Last synced: about 1 month ago
JSON representation
A Tkinter Desktop Application, Stores Generated Passwords in SQLite Database.
- Host: GitHub
- URL: https://github.com/arnoldchrisoduor1/password_generator
- Owner: arnoldchrisoduor1
- Created: 2023-07-26T22:44:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T02:13:40.000Z (over 1 year ago)
- Last Synced: 2025-01-26T14:23:24.089Z (3 months ago)
- Topics: pyinstaller, pyperclip, python, sql, sqlite3, tkinter
- Language: TeX
- Homepage:
- Size: 12.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password GeneratorDW
This password generato generates a password for any given length guided by the conditions set by the user.
It's meant to generate strong passwords on the fly.## Authors
- [@arnoldchrisoduor](https://www.github.com/arnoldchrisoduor1)
## FAQ
#### Does the Description affect the generated password?
No! All passwrds are randmly generated, the description helps store the passwords in the databse.
#### Can someone get access to my passwords in the database?
No! All passwords are encrypted before being sent to the database.
## Installation
Find the executable main.exe in the dist folder and run it.
Alternatively you could run the source code through the main.py file, in that case install the following dependancies:
```bash
pip install tk
pip install sqlite3
pip install pyperclip
```
## License[MIT](https://choosealicense.com/licenses/mit/)
## Screenshots

## Used By
This project is used by the following companies:
- Digital Wilderness