A simple terminal simulator written in Python3.
- The only dependence of this project is DotEnv module.
- There are some optional dependencies:
We recommend to run setup.py
script before using the program. But you can also run the program en then execute the install
command.
To run the program, you can execute python3 main.py
on Linux/MacOS or python main.py
on Windows.
You will see the ASCII Art Text logo, a welcome message and the prompt, to get started, type help.
I decided to make it easier for users to create their own apps for FakeOS, just add a function to the apps.py file with the code of you app.
There's a folder named home, where all the files of the "user" are saved by default, you can edit apps.py to use another folder.
Thanks to @KelviNosse for his feedback. And also thanks to @FRostri, @Sebastian-byte and @SuajCarrot for their collaboration