Metadata-Version: 2.4
Name: Wi-FiPasswordGenerator
Version: 0.3.86
Summary: A lightweight password generator that creates strong passwords up to 63 characters.
Project-URL: Homepage, https://github.com/heit0r/Wi-FiPasswordGenerator
Project-URL: Issues, https://github.com/heit0r/Wi-FiPasswordGenerator/issues
Author-email: heit0r <heitordrp@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Heitor Rocha
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.9
Requires-Dist: customtkinter
Requires-Dist: qrcode[pil]
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Description-Content-Type: text/markdown

# Wi-Fi Password Generator
![PyPI version](https://img.shields.io/pypi/v/Wi-FiPasswordGenerator) ![Python Versions](https://img.shields.io/badge/python-3.9%2B-blue) [![Coverage Status](https://coveralls.io/repos/github/heit0r/Wi-FiPasswordGenerator/badge.svg?branch=master)](https://coveralls.io/github/heit0r/Wi-FiPasswordGenerator?branch=master) ![Upload to PyPI](https://github.com/heit0r/Wi-FiPasswordGenerator/actions/workflows/pypi.yml/badge.svg) ![License](https://img.shields.io/github/license/heit0r/Wi-FiPasswordGenerator) [![code style: Ruff](https://img.shields.io/badge/code%20style-Ruff-blueviolet)](https://github.com/astral-sh/ruff) 


![screenshot](https://raw.githubusercontent.com/heit0r/Wi-FiPasswordGenerator/refs/heads/main/assets/screenshot.png) 

**Wi-Fi Password Generator** is a cross-platform Python app for generating secure Wi-Fi passwords of up to 63 characters — the maximum allowed by WPA/WPA2 standards. It features a user-friendly GUI and can optionally generate a QR code for easy scanning and sharing.


## Features

- Generate strong random passwords (up to 63 characters)
- Customize password length and character set
- Cross-platform
- Dark and modern UI with CustomTkinter
- Runs locally and offline
- QR code generation


## Installation

It is recommended to install **Wi-Fi Password Generator** directly from **PyPI**:

Install `python` [according to your operating system](https://www.python.org/downloads/).

`python -m venv .venv` - create a virtual environment

`source .venv/bin/activate` - activate your virtual environment

`pip install --upgrade pip` - upgrade pip

`pip install wi-fipasswordgenerator` - install wi-fipasswordgenerator


## Running the App

After installing, run the app using:

```wpg``` or `wifipg` or even `wifipasswordgenerator`


## Dependencies

These will be installed automatically via pip, but here’s what the project uses:

    customtkinter
    pillow
    qrcode


## License

This project is licensed under the MIT License. See the LICENSE file for details.


## Credits

UI powered by [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter)

QR code generation by [python-qrcode](https://github.com/lincolnloop/python-qrcode)

Image generation by [Pillow](https://github.com/python-pillow/Pillow)


## Contributing

Pull requests, suggestions, and forks are welcome. If you improve the project or add features, feel free to share.

