MarvellOS icon indicating copy to clipboard operation
MarvellOS copied to clipboard

Make separate python files for each app

Open akshgpt7 opened this issue 5 years ago • 7 comments

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.

akshgpt7 avatar Dec 30 '19 12:12 akshgpt7

Hello. I would like to work on making python files here.

b2jena avatar Dec 06 '20 06:12 b2jena

@b2jena Go for it! Ask away if you're not sure about anything.

akshgpt7 avatar Dec 06 '20 06:12 akshgpt7

Can you assign this to me as well?

ConsultantFoodie avatar Dec 07 '20 15:12 ConsultantFoodie

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.

akshgpt7 avatar Dec 07 '20 15:12 akshgpt7

Done with the previous issue. Please assign this to me. Making modules ASAP will be better if the project increases in complexity.

ConsultantFoodie avatar Dec 08 '20 18:12 ConsultantFoodie

Since I haven't heard from @b2jena, you can go for it @ConsultantFoodie.

akshgpt7 avatar Dec 09 '20 14:12 akshgpt7

@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.

akshgpt7 avatar Dec 09 '20 15:12 akshgpt7