Virtual Environment Manager is an open-source project designed to simplify the management of Python virtual environments. With a user-friendly web interface built using Flask, this tool allows developers to create, manage, and delete virtual environments effortlessly.
- Clone the repo
git clone https://github.com/Pixelcraftch/VEM
- Change directory
cd VEM
- Install requirements.txt
pip install -r requirements.txt
- Run it
python3 VEM.py
If you try this on Termux/Ubuntu,Kali,Etc use WebGUI to interact with the container terminal. This is because the program will error if you try to open terminal from the CLI on those platform.
Distributed under the Apache-2.0 license License. See LICENSE
for more information.