MarvellOS
MarvellOS copied to clipboard
Make separate python files for each app
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 apps
folder.
Hello. I would like to work on making python files here.
@b2jena Go for it! Ask away if you're not sure about anything.
Can you assign this to me as well?
I think @b2jena is working on this? Can you confirm @b2jena? I'll suggest working on one issue at a time @ConsultantFoodie, and when you're done with that, and @b2jena has not worked on this, you can take this.
Done with the previous issue. Please assign this to me. Making modules ASAP will be better if the project increases in complexity.
Since I haven't heard from @b2jena, you can go for it @ConsultantFoodie.
@ConsultantFoodie I think it'll be best to create a separate class for each of the apps, which would contain all the methods being used in that particular app, and the __init__
method will create the window for it.