Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

x0root/VEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


VEM

Virtual Environment Manager


Static Badge Static Badge Static Badge

About The Project

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.

Installation

  1. Clone the repo
    git clone https://github.com/Pixelcraftch/VEM
  2. Change directory
    cd VEM
  3. Install requirements.txt
    pip install -r requirements.txt
  4. Run it
    python3 VEM.py

Note

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.

License

Distributed under the Apache-2.0 license License. See LICENSE for more information.