Giter Club home page Giter Club logo

simple_venv_manager-python3.6-windows-'s Introduction

Simple_Venv_Manager-python3.6-windows-

For now, it's mostly a simple script that will:

  • Create a folder if it doesn't exist.
  • Creates a venv with user supplied name.
  • Makes a .bat file on your desktop to use as a launcher that:
    • Launches a command prompt in the virtual environments folder, with the virtul environment activated.

What is the purpose of this tool?

  • To create and delete virtual environments using a GUI.
  • To create a launcher shortcut on your desktop that launches a command prompt in the virtual environment with the virtual environment activated.

How is this different from using another tool?

  • It's a small project that doesn't do much, makes it readable for the begginner.
  • But mostly, this is a project I started off with to help me complete a simple task I do repeatedly. I decided I want to turn this into a project for me to get more practice and learn from.

My hope is to remove a barrier for people just getting into Python. To have a way of managing virtual environments with no learning curve so they can focus on their study.

Usage:

  • Grab the file create_projects.py, place it on your desktop or anywhere you prefer. You can create a shortcut to it if you placed it in somewhere other than your desktop. The other files are not needed at this point in time.
  • Double click the to execute the python script.
  • A folder (called "python_venvs") will be created in the current users directory (Usually located at "C:\Users\[Your username]").
  • A name you specify will be used to create the environment (_venv will be appended to the environments name).
  • A .bat file will be created on your desktop with the name you provided (_venv will be appended to the name you provide).
  • Double click the .bat file to open a command prompt in the venv created, with the venv activated.

Roadmap:

  • GUI
  • User Settings
  • Reset to default
  • Delete
  • Recall each installation even if user setting changes

Mockups

simple_venv_manager-python3.6-windows-'s People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.