A simple Flask application to generate and save passwords to a CSV file with a hacker-style design.
- 🔐 Generate random passwords of specified length
- 💾 Save generated passwords to a CSV file
- 🕵️♂️ Hacker-style UI design
- 🐍 Python
- 🔥 Flask
-
Clone the repository:
git clone https://github.com/your-username/password-generator-backend.git
-
Navigate to the project directory:
cd password-generator-backend
-
Create and activate a virtual environment:
python -m venv venv venv\Scripts\activate # On Windows source venv/bin/activate # On macOS/Linux
-
Install the required Python packages:
pip install Flask
-
Run the Flask application:
python app.py