
Python OS is an operating system simulator written in Python, with a graphical interface made with Tkinter, the graphical interface is inspired by Windows to make it more user-friendly.
This was developed from the beginning as a hobby, currently I use it to learn and apply my knowledge with Python and GUI design :).
Note: If you're on a on a minimal Linux installation:
- You may need to install a desktop or window manager compatible with the
python-tkpackage to work ._.
Download the code and unzip it, it is necessary to have Python 3.10 and have the following modules installed
Pillow Necessary so that the program can read the images and work.Psutil Necessary for the neofetch command and some functions to work.Tkinterweb Necessary for the browser to work.TkinterMapView Necessary for the Map Viewer to work.For a quick installation use the following command inside the project folder:
pip install -r requirements.txtAnd double click on OS.py file to run the project or just in the command line you write
python OS.py