- Compatibility
- How to install
-
- On Windows
-
- On Linux distros
-
- On Macs (soon)
- How to report a bug
- Release notes
PyTS can be installed on all sorts of PCs with an OS compatible with Python (Windows, Linux GUI, macOS).
- Install Python 3.10 or later
- Install the requirements:
pip install -r requirements.txt - Run PyTS:
python main.py
- Open the terminal
- Check if Python is already installed:
python3 -v- If it's installed, go to step 4 - If Python isn't installed:
sudo apt update && sudo apt install python3or (for Fedora)sudo dnf update && sudo dnf install python3 - Install the PyTS requirements:
pip install -r requirements.txt - Run PyTS:
python3 main.py
coming soon
- Go to the Issues section of the GitHub repository
- Create an issue devs only
- Create a fork of the repository
- Fix the issue
- Submit a pull request
- Added all apps (some are not functioning)
- Added the menu
- Fixed multiple critical bugs (NameError, recursion, injection issues)
- Added proper error handling and timeouts
- Fixed compatibility issues across Windows, Linux, and macOS