Project C VPN is a modern and user-friendly virtual private network (VPN) login system designed for secure and streamlined access. It features a clean, contemporary login interface and simplifies user authentication for VPN connections.
- Modern, intuitive login interface
- Secure user authentication
- Notifications for connection and disconnection
- Python: Ensure Python is installed on your system.
- Flask: A lightweight WSGI web application framework for Python.
- win10toast: A Python library to show toast notifications on Windows 10.
-
Install Python: Download and install Python from python.org.
-
Install Flask: Open Command Prompt and run:
pip install flask
-
Install win10toast: Open Command Prompt and run:
pip install win10toast
Edit the app.py
file to set your default credentials:
EMAIL = "root@gmail.com"
USER_PASSWORD = "admin123"
-
Clone the repository:
git clone https://github.com/coderip321/Project-C-VPN.git
-
Navigate to the project directory:
cd Project C VPN
-
Run the Flask application:
python app.py
-
Access the application: Open your web browser and navigate to
http://127.0.0.1:5000/
.
To demonstrate the project:
-
Open the application in your browser.
-
Use the default email and password:
- Email:
root@gmail.com
- Password:
admin123
- Email:
-
Upon successful login, you will receive a notification indicating that the VPN is connected.
This project is licensed under the MIT License. See the LICENSE file for details.