achoudh5 / Manipulating_Excel_Sheet

Real world application of Manipulating Excel Sheet using python.
Apache License 2.0
8 stars 14 forks source link

Make GUI/dashboard.py an application #23

Open achoudh5 opened 3 years ago

achoudh5 commented 3 years ago

Currently, the dashboard.py file under GUI folder is a mere code that someone needs to run on their cli.

Problem statement:-

godspeed5 commented 3 years ago

I can work on this

godspeed5 commented 3 years ago

You don't seem to have requirements.txt. That would fix issue 3?

achoudh5 commented 3 years ago

Yes, @godspeed5 that will help but it's in development by a participant. I added my sample later and want people to take initiative and find missing links (will be a good practise for them).

Question:- What if the project was like this, can you find which modules were used in dashboard.py succinctly? What if I don't want to check errors on my cli and then make a requirements.txt, can I read a script and just find out the missing modules and create a requirements.txt? Let me know your thoughts and I'll create a separate issue for this :)

PS:- Meanwhile, If you want to make a blueprint for this application and import dashboard.py in your code, you should be all set to work on this issue!