https://github.com/rgbfusionstudios/pythonos
This is a basic text based CLI (Command Line Interface) that can be run in any Python 3 IDE or Interpreter
https://github.com/rgbfusionstudios/pythonos
cli command-line-interface indiedev python python3 raspberry-pi virtual-machine
Last synced: 7 months ago
JSON representation
This is a basic text based CLI (Command Line Interface) that can be run in any Python 3 IDE or Interpreter
- Host: GitHub
- URL: https://github.com/rgbfusionstudios/pythonos
- Owner: RGBFusionStudios
- License: gpl-3.0
- Created: 2025-06-12T22:00:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T00:26:09.000Z (7 months ago)
- Last Synced: 2025-07-02T01:21:10.116Z (7 months ago)
- Topics: cli, command-line-interface, indiedev, python, python3, raspberry-pi, virtual-machine
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PythonOS
This is a basic text based CLI that can be run in any Python 3 IDE or interpreter with minimal extra libraries.
Keep in mind that even though the name is PythonOS, this is not a real OS that you can flash. It is simply a script that when run, acts as a basic command line.
However, you can change the initial setup function on your computer to run this file in a Python 3 IDE or interpreter upon boot.
/!\ WARNING /!\ I would not recommend doing this on your personal computer, as this may result in data loss or preventing you from accessing your PC normally.
I would suggest that if you choose to do this it is on a single board computer like a Raspberry Pi, since the OS that the Pi is running (Pi OS, formerly known as Raspbian) can be re-flashed to a microSD card.