PySetGo is a tool designed to streamline the installation process for educators and students, making it quick and easy to set up a Python coding environment. The goal is to eliminate the need for students to manually install Python, VS Code, extensions, and commonly used libraries—removing the need for terminal commands or additional configuration.
- Installs the latest version of Python and VS Code.
- Automatically installs recommended VS Code extensions for Python development.
- Sets up commonly used Python libraries to ensure a ready-to-code environment.
- Provides a simple UI to guide the installation process without requiring terminal interaction.
- Includes an option to cancel installation at any time.
If you just want to use PySetGo, download the appropriate release for your operating system from the releases page. This will provide a pre-built executable that you can run without needing Python or any dependencies installed.
If you want to work on the source code, follow these steps:
git clone https://github.com/your-repo/PySetGo.git
cd PySetGo
Ensure you have Python 3 installed, then install the required dependencies:
pip install -r requirements.txt
Navigate to the directory and execute:
python pysetgo.py
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. See the LICENSE file for details.
Contributions are welcome! Feel free to fork the repository and submit a pull request.
This software is provided as is, without warranty of any kind. The author is not responsible for any issues arising from its use.