Metadata-Version: 2.4
Name: passwordgenerator-salina
Version: 0.1.0
Summary: A simple Python project that generates strong passwords and saves them to a file.
Home-page: https://github.com/salena188/password_generator
Author: Salina Shrestha
Author-email: Salina Shrestha <Salenashrestha18@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/salena188/password_generator
Project-URL: Issues, https://github.com/salena188/password_generator/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Password Generator & Saver

A simple Python project that generates strong passwords and saves them to a file.

## Features

- Generate random and secure strong passwords
- Includes letters, numbers, and symbols
- Saves passwords automatically to a file
- Beginner-friendly project

## Installation

pip install 

## How to Run

run program:
python passowrd_generator.py

## Input Example
Password Generator and Save
Enter website name: facebook
Enter username/email: salina

## Output Example
Generated Password: AjfN|)9Aqc
Password saved successfully!

## Project Structure
password_generator_project/ 
│ 
├── password_generator/ 
│       ├── __init__.py 
│       └── generator.py  
├── README.md 
├── pyproject.toml
└── setup.py

## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.

## License
This project is open-source and available under the MIT License.

## Author
Salina Shrestha
