https://github.com/sandip-sadhukhan/passwordgenerator
This is a python gui tool that generate passwords.
https://github.com/sandip-sadhukhan/passwordgenerator
Last synced: 3 months ago
JSON representation
This is a python gui tool that generate passwords.
- Host: GitHub
- URL: https://github.com/sandip-sadhukhan/passwordgenerator
- Owner: sandip-sadhukhan
- Created: 2019-10-15T13:24:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T13:34:01.000Z (over 5 years ago)
- Last Synced: 2024-01-31T18:56:35.581Z (over 1 year ago)
- Language: Python
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Password Generator
It is a smart and handy password generator application developed by [sandip Sadhukhan](https://yourwebsite.github.io/) with python.## Requirement
* python 3
## Download the App
go to your terminal or Command Prompt and write the following lines
```bash
git clone https://github.com/sandipsadhukhan/passwordGenerator.git
```
## Run the App
### On Mac os/Linux
```bash
cd passwordGenerator
python3 passwordGenerator.py
```
### On Windows
```bash
cd passwordGenerator
python passwordGenerator.py
```
## Screenshot