Skip to content

Kaique-Freitas/connect-vpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-vpn

Service created to auto connect in VPN app called NetExtender, software from @SonicWall

Python version : ^3.2

Installation

To start service is necessary to create .env file.

Install dependencies

  pip install -r requirements.txt

Start scrypt

  python script.py

If the reconnect button appears, press it and stop moving the mouse.

Generating a .exe

  pyinstaller --onefile --add-data ".env;." script.py  

It will generate a .exe in the folder /dist

This exe not run out of this folder because dependencies and .env file but you can to create a shortcut this exe.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages