Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 880 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 880 Bytes

Manage VPN Configurations with Ease

Author: Ömer ŞAYAK

VpnWizard is a collection of Python scripts that allow you to manage your VPN configurations with ease. This script fetches VPN configurations from VPNBook and connects to your selected VPN server.

How to Use:

  1. Clone the Repository:

    git clone https://github.com/omersayak/VpnWizard.git
    
  2. Navigate to the Directory:

    cd VpnWizard
    
  3. Install Dependencies:

     pip install -r requirements.txt
    
  4. Run the Scripts:

    python vpnwizard.py
    

Notes:

  • The script may require sudo privileges. If necessary, use sudo when running the script.
  • Make the connection over a secure network.
  • This script fetches configurations from VPNBook. Please use it in accordance with their terms of service.