Metadata-Version: 2.4
Name: nord-config-generator
Version: 1.0.5
Summary: A command-line tool for generating optimized NordVPN WireGuard configurations.
Author-email: Ahmed Touhami <mustafachyi272@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/mustafachyi/NordVPN-WireGuard-Config-Generator
Project-URL: Bug Tracker, https://github.com/mustafachyi/NordVPN-WireGuard-Config-Generator/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Networking
Classifier: Environment :: Console
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aiohttp<4.0,>=3.12.14
Requires-Dist: aiofiles<25.0,>=24.1.0
Requires-Dist: rich<15.0,>=14.0.0

# NordVPN WireGuard Config Generator

A command-line tool for generating optimized NordVPN WireGuard configurations.

## Installation

```bash
pip install nord-config-generator
```

## Usage

Generate configurations:
```bash
nordgen
```

Retrieve Private Key:
```bash
nordgen get-key
```
