Simulation of a Linux-based OS. Webpage for the fnished version is Solved.pythonanywhere.com
The webpage has a login simulating an OS. Admin credentials are user: admin password: 1234
For using the terminal there is a limited commands that you can use:
cd [dir name]: moving through folders
ls {-l: shows file sizes in bytes} shows files in the directory and the inode number
mkdir [dirname]: create a directory
mkfile [filename]: create a text file
rm [filename]: delete file
rmdir [empty dirname]: remove directory
cat [filename]: displays content of text file
cmp [filename to cmp]: compresses file
dcmp [filename to dcmp] [newfilename]: decompresses file