Skip to content

dantonbertuol/pyconnect

Repository files navigation

PyConnect

Linux client to connect vpn using openconnect.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contact

About The Project

This project is for the development of an application, in Python, using PyQt5, to connect to VPNs using the openconnect package.

(back to top)

Built With

(back to top)

Getting Started

Some software and libraries are needed to run the project.

Prerequisites

  1. Python >= 3.8
  2. PyQt5 >= 5.15.9
  3. Openconnect >= 9.01

Installation

  1. Python - https://www.python.org/downloads/
    sudo apt install python3
  2. PyQt5 - https://pypi.org/project/PyQt5/
    sudo apt install python3-pyqt5
  3. Openconnect - https://www.infradead.org/openconnect/
    sudo apt install openconnect
  4. PyConnect
    git clone https://github.com/dantonbertuol/pyconnect.git
    cd pyconnect
    ./install.sh

Build

  1. Build
    ./build.sh

(back to top)

Usage

Screenshot App

(back to top)

Contact

Danton Bertuol - [email protected]

(back to top)

Fonts

https://pypi.org/project/PyQt5/

https://www.python.org/downloads/

https://www.infradead.org/openconnect/

https://doc.qt.io/qtforpython-5/

(back to top)

About

Linux client to openconnect vpn's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published