MarvellOS
MarvellOS copied to clipboard
A basic operating system GUI mock-up built using python's GUI module Tkinter.
Issue : add a calendar app status : _**solved**_ this issue , I have added a feature of **Calendar app** in the apps sections of **_MarvellOS_** . Upon Clicking on...
- Revised, corrected errors.
A calendar app would be awesome to have. It would display the calendar of every month for various years. The `calendar` python module can directly be used to generate the...
The current screen size and positioning (and sizing) of all widgets is static. Make them dynamic so as to adapt to various screen sizes and prevent overlapping. - Use `pyautogui`...
The different apps need to be written in separate scripts and then imported into the main code. It'll be more convenient to have all the app files in a separate...
An app to play some sample music files from a `sample_music` folder. (Just like the sample pictures app) It'll be nice to have Pause, Play, Next and Previous buttons too.
It'll be nice if users could add their own images to the sample pictures app (then we can change its name to **Gallery**). I haven't really thought of the right...
We need to figure out where the text is being saved & a button to go back to Home Page . @akshgpt7 I would work on these tasks , pls...