Random OS project I made If there's something I should add/fix, comment it (I'm not the greatest bug tester)
also
choice = input("Execute which app? > ").lower() try : exec(open(choice).read()) except : print("No existing app")
ÆOS
Random OS project I made
If there's something I should add/fix, comment it (I'm not the greatest bug tester)
also