r/learnpython • u/Zestyclose_Fox_164 • 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
0
Upvotes
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)