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%