https://github.com/xabia598/password-generator
A simple password generator made with python, it generates and saves your password inside a .txt file
https://github.com/xabia598/password-generator
Last synced: 2 months ago
JSON representation
A simple password generator made with python, it generates and saves your password inside a .txt file
- Host: GitHub
- URL: https://github.com/xabia598/password-generator
- Owner: Xabia598
- Created: 2023-03-25T18:31:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T14:43:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T10:09:26.529Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password-Generator
A simple password generator made with python, it generates and saves your password inside a .txt file# How do I use it?
Just run "generator.py" and it will ask you some questions, then the password is generated and saved inside a .txt on the directory the program is saved.