Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizand0/password_generator
https://github.com/wizand0/password_generator
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wizand0/password_generator
- Owner: wizand0
- Created: 2024-06-21T07:52:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T09:15:42.000Z (6 months ago)
- Last Synced: 2024-06-23T02:09:19.311Z (6 months ago)
- Language: Python
- Size: 20.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Password Generator
based on https://habr.com/ru/articles/689536/ and https://github.com/lesskop/password-generatorCross-platform GUI password generator written in Python
## Resources:
pyside6-rcc ui/resources.qrc -o ui/resources.py
pyside6-uic ui/main.ui -o ui/ui_main.py## Build:
nuitka --onefile --follow-imports --enable-plugin=pyside6 --windows-disable-console --windows-icon-from-ico=ui\icons\key_48dp.ico --remove-output -o password-generator.exe app.py## TODO:
Password keeper ui;
DB;
cryptography;