389f35323db2c3b7a6492cba0998add9a0daf570
nordvpn
Nord VPN Exit Node Checker
1. Create the virtual environment (recommended)
python3 -m venv .venv
2. Activate the virtual environment
source .venv/bin/activate
3. Install packages from Requirements.txt
pip install -r Requirements.txt
Description
Languages
Python
100%