https://github.com/sn1f3rt/codeclauseinternship_random-password-generator-in-python
Random password generator implemented using Python as my first project for the CodeClause Internship.
https://github.com/sn1f3rt/codeclauseinternship_random-password-generator-in-python
password-generator python python3
Last synced: 2 months ago
JSON representation
Random password generator implemented using Python as my first project for the CodeClause Internship.
- Host: GitHub
- URL: https://github.com/sn1f3rt/codeclauseinternship_random-password-generator-in-python
- Owner: sn1f3rt
- License: cc0-1.0
- Created: 2023-08-01T05:06:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T17:17:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T10:57:50.092Z (2 months ago)
- Topics: password-generator, python, python3
- Language: Python
- Homepage: https://www.linkedin.com/posts/sayan-bhattacharyya_codeclause-activity-7101239595807256576-BWFU
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Password Generator in Python
> Random password generator implemented using Python as my first project for the CodeClause Internship.
## Requirements
Tested on Python 3.11.2
## Usage
```shell
# Clone the repository
git clone https://github.com/Sn1F3rt/CodeClauseInternship_Random-Password-Generator-in-Python
# Run the script
python passgen.py
```## License
[Creative Commons Zero v1.0 Universal](LICENSE)
Copyright © 2023 Sayan Bhattacharyya