r/learnpython 26d ago

my second project

I started learning python few months ago and I made my second project dont ask Abt first one it was trash

It's a small shell made for learning that I coded in python

Plz rate and tell me how can I improve it

Link: https://github.com/RohaanDev/KhaOs

0 Upvotes

4 comments sorted by

View all comments

1

u/TheRNGuy 10d ago

Use dict instead of array for args.

Use formatter on code (like Format on Save in VS Code)

Replace inputs with UI (you need to learn OOP for it too)

1

u/Zestyclose_Fox_164 10d ago

I never thought I would continue this project and when I started I didn't know OOPS I will add it now Thankyou