An open API service indexing awesome lists of open source software.

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

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.