nc_password_client/README.md

24 lines
339 B
Markdown
Raw Normal View History

2024-11-10 11:53:00 +01:00
# nc_password_client
## Requirements
## Installation
### Linux
```bash
sudo python3 setup.py install
```
### Windows (from PowerShell)
```powershell
& $(where.exe python).split()[0] setup.py install
```
## Usage
```bash
nc_password_client.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```