https://github.com/rogendo/password-generator
Python Password Generator creates a 16 digit password using letters, number and symbols
https://github.com/rogendo/password-generator
Last synced: 3 months ago
JSON representation
Python Password Generator creates a 16 digit password using letters, number and symbols
- Host: GitHub
- URL: https://github.com/rogendo/password-generator
- Owner: Rogendo
- Created: 2022-10-07T10:18:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T10:31:58.000Z (over 2 years ago)
- Last Synced: 2025-01-08T23:44:18.086Z (5 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
Python Password Generator app creates a 16 digit password using uppercase and lowercase letters, number and symbols each password generation click creates a new and unique password that is not easily cracked.This app is developed using kivy framework, which makes it crossplat-formed, can run in android, windows, linux, ios and even raspaberry devices.