TextPYOS is a project that is inspired by early command line operating systems (e.x. MS-DOS, Linux, ect) that seeks to give the same experience without being a full-fleged operating system.
TextPYOS is built with readability and personalization in mind. It is highly recommended that you edit the code to your liking.
TextPYOS is a fully python-based project. There will be no other programming languages used.
TextPYOS is open-source under the MIT License.
If you have any questions, problems, or suggestions please feel free to reach out to one of the contacts below.
DarkDevRBLX (Owner): DarkDevRBLX
Cubeman2323S (Administrator & Developer): Cubeman2323S
It is unlikely that response times will be instant, as TextPYOS is a hobby, and may not be checked up on consistently.
DISCLAIMER: Using this compiling method may cause windows to flag it as a virus if done incorrectly. This method only works on windows (due to it compiling to a .exe)
BEFORE INSTALLING TextPYOS MAKE SURE:
-
Make sure to get the newest installation of python from Python.org
-
Run custom installation.
-
Ensure that "Add pip to PATH" is CHECKED.
-
Download the latest version of TextPYOS from TextPYOS (can be found under "Python Source".)
To install:
-
Open terminal and run the command "pip install pyinstaller"
-
Then, run the command "pyinstaller --onefile yourscript.py" (Replace yourscript.py with the TextPYOS filename.)
-
Locate the folder "dist" (if you cannot find it, try "pyinstaller yourscript.py" (Replace yourscript.py with the TextPYOS filename.)
-
Execute the .exe
For some people, you can execute the .py file and you may not need to compile it to .exe
TextPYOS is not currently looking for collaborators.
Thank you for taking interest in TextPYOS!