Pre-Installation Instructions
- If you haven't already, install Python 3:
- Windows: www.python.org/downloads/windows
- macOS: www.python.org/downloads/macos
- Linux (Ubuntu/Debian): sudo apt-get install python3
- Linux (Fedora/CentOS/RHEL): sudo dnf install python3
- Install the Pygame library using the Power Shell/Command Prompt (Windows) or the Terminal (Linux/macOS) using this command: pip install pygame
How to use
- Download PythonOS.zip from below
- Extract PythonOS.zip into its own folder
- Open the Power Shell/Command Prompt (Windows) or the Terminal (Linux/macOS) and use the cd command to get to the folder that you extracted PythonOS to
- Execute this command: python3 PythonOS.py
- Complete the setup as instructed
WARNING!
Do not move any files from inside the PythonOS folder elsewhere. It will result in missing sounds, reseting the calendar, or making the installation fully reset itself.
Changelog
- Added salted hash encryption to protect user data
- Severely optimized code: v0.2.5 V2 was 1146 lines of code. This version is only 827 lines with imrpoved security.
- Improved the calculator to be able to solve any math equation without variables