Skip to content

MultiPy lets you conveniently keep track of your python scripts for personal use or showcase by loading and grouping them into categories. It allows you to either run each script individually or together with just one click.

License

Notifications You must be signed in to change notification settings

RahulShagri/MultiPy

Repository files navigation

MultiPy

Intro

About

MultiPy lets you conveniently keep a track of your python scripts for personal use or showcase by loading and grouping them into categories. It allows you to either run each script individually or together with just one click.

You can choose a name for your categories and script, indicate whether your script requires a virtual environment to run and select the virtual environment you need, and also choose a thumbnail if you like to present your work better.

Features:

  1. Categorize all scripts
  2. Add multiple scripts in each category
  3. Select virtual environment if required
  4. Set a thumbnail for better presentation
  5. Run scripts individually
  6. Run all scripts at once
  7. Switch to view-only mode to showcase your apps
  8. Save your dashboard and open it later

Instructions

  1. Make sure you have Python 3.6 installed and working.

  2. Clone the repo:

git clone https://github.com/RahulShagri/MultiPy.git 3. Install prerequisites using pip. Do NOT install it in a virtual environment. This is to make sure MultiPy can use all the packages for scripts that use globally installed packages.:

pip install -r requirements.txt

  1. Run the SimpleDrawing.py file to start the application.

Demonstration

Add and delete categories

add and delete categories

Add and delete scripts

add and delete scripts

Run scripts and switch to view-only mode

run scripts and view-only

About

MultiPy lets you conveniently keep track of your python scripts for personal use or showcase by loading and grouping them into categories. It allows you to either run each script individually or together with just one click.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages