https://github.com/matejmajny/random-password-generator
Random password generator written in python
https://github.com/matejmajny/random-password-generator
Last synced: 3 months ago
JSON representation
Random password generator written in python
- Host: GitHub
- URL: https://github.com/matejmajny/random-password-generator
- Owner: matejmajny
- Created: 2022-05-13T14:24:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T05:45:01.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T18:39:59.690Z (4 months ago)
- Language: Python
- Size: 19.6 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Features
* lightweight
* open source# Requirements (just for py file)
* [Colorama](https://pypi.org/project/colorama/)
* [Pyperclip](https://pypi.org/project/pyperclip/)
* [Python](https://www.python.org/downloads/) - **this one is required for exe file too**# Install Dependencies
`pip install -r requirements.txt`