Python Password Generator
A simple Python script that generates a random password and saves it to a file. If the file exists, the script reads the password from the file.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Python installed on your machine. You can download the latest version of Python from the official website: https://www.python.org/downloads/
- Clone the repository to your local machine
git clone https://github.com/[your-username]/password-generator.git
- Navigate to the repository directory
cd password-generator
- Run the script
python password-generator.py
The script generates a random password of 16 characters and saves it to the file generated_password.txt
. If the file exists, the script reads the password from the file and displays it.
Feel free to submit pull requests and contribute to the project. Any contributions are welcome and appreciated.
For now it is a free project to use.
The script generates a random password of 16 characters and saves it to the file generated_password.txt
. If the file exists, the script reads the password from the file and displays it.
Feel free to submit pull requests and contribute to the project. Any contributions are welcome and appreciated.