In this video, I built a terminal-style fake operating system using Python — complete with file commands, a notepad app, calculator, and even persistent file storage!
💡 Features include:
ls, cat, rm, create: Manage a fake filesystem
notepad: Type multi-line notes and save them
calc: A built-in calculator that evaluates math expressions
date: View current system time
Files are saved between sessions using Python pickle
📂 The entire OS runs in your terminal with simulated file management. This is a great project for:
Learning Python
Understanding REPL-style apps
Practicing input(), file handling, and object serialization
🔧 Tech Used:
Python 3
pickle for saving data
datetime for system time
🔗 Source Code: [GitHub link or pastebin] (https://github.com/Rockakash1st/Fake-Opera...)
🔔 Subscribe for more beginner-friendly Python projects and creative builds!
#Python #FakeOS #CommandLine #TerminalApp #PythonProjects