You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A linux-like desktop evironment written entirely in python (with tkinter).
This has taken a very long time to implement but here is the first look at PyOS, a linux-like desktop evironment written entirely (besides a few mandatory .so files) in python.
How it functions
This is a linux-like desktop evironment based on Linux-Mint Operating system. It is designed to be ran with only an underlying kernel, window manager and filesystem.
Everything else needed has been either implemented in python, or in low level c++ for things like the drivers it needs (the mandatory .so files);
How to use it
First, download the source files and compile them using a python builder like PyInstaller.
Second, After running the 'installer', set up its root environment.
Third, create a user.
Fourth, Enjoy the desktop evironment.
About
A linux based desktop evironment written entirely in python.