Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 1.07 KB

File metadata and controls

28 lines (16 loc) · 1.07 KB

Python Script Runner

This is a simple interface for running Python scripts. You can use this interface to quickly deploy a bunch of Python scripts that you have.

Getting Started

To use this interface, you'll need to have Python 3 installed on your system. You can download the latest version of Python

Once you have Python installed, you can run the interface by running the runner.py script in a terminal or command prompt:

python runner.py

This will start the interface and allow you to select and run Python scripts.

Pending the Scripts

Adding Scripts

Running Scripts

To run a Python script, simply select it from the list of available scripts and click the "Run" button. The script will be executed, and any output or errors will be displayed in the interface.

Customizing the Interface

Contributing

If you find a bug or have a suggestion for a new feature, feel free to open an issue or submit a pull request on GitHub