This program is basically a test program I've made as I'm learning Python. Included in the program is 'Danitor', which is supposed to kinda be inspired by old BASIC computers, but doesn't really have too much so far.
cmd, arg1, arg2
The commas are required if you include arguments to your command.
time- States the time in your local timezone. Including12in place ofarg1will state the time in 12-hour format.clear- Clears the screen.about- States the about information regarding MT. PETER and Danitor.userchg- Changes your username.exit- Exits the program.
- Add more functionality besides the Danitor
- Add file saving and loading to remember usernames and other data (via config file?)
- Possibly implement a user-input calculator for basic math