File | Date | Author | Commit |
---|---|---|---|
.github | 2024-04-05 |
![]() |
[94f841] Updated issue templates |
CODE_OF_CONDUCT.md | 2024-04-06 |
![]() |
[b339d2] Created CODE_OF_CONDUCT.md |
LICENSE | 2024-04-05 |
![]() |
[266dfa] Initial commit |
README.md | 2024-04-06 |
![]() |
[576648] Updated README.md |
icon.ico | 2024-04-06 |
![]() |
[2735bd] Added icon |
main.py | 2024-04-06 |
![]() |
[a6ed88] Updated main.py |
passwords.txt | 2024-04-05 |
![]() |
[52b3af] Add files via upload |
settings.json | 2024-04-05 |
![]() |
[52b3af] Add files via upload |
utils.py | 2024-04-05 |
![]() |
[52b3af] Add files via upload |
main.py
: Contains the main application code implemented using Tkinter for the GUI.utils.py
: Contains utility functions for generating passwords.settings.json
: Contains your saved settings.passowords.json
: Contains the generated passwords.To use the password generator:
Run the main.py
file.
Adjust the desired options such as password length, inclusion of numbers, mixed case, and symbols.
Click on the "Generate" button to generate passwords.
Passwords will be saved to a file named passwords.txt
in the same directory as the script.
Additionally, users can save their settings by clicking on the "Save Settings" button.
The "Choose Save Path" button allows users to select a custom directory to save the generated passwords.
Generated passwords are saved to a file named passwords.txt
in the same directory as the script.
Settings such as password length, inclusion of numbers, mixed case, symbols, and the number of passwords are saved to a settings.json
file for future use.
Ensure to handle the saved passwords file securely as it contains sensitive information.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.