PastaSource / Slowly_Letter_Downloader

Automates the process of downloading letters from slowly in PDF form.
GNU General Public License v3.0
2 stars 0 forks source link

Reduce size #22

Closed PastaSource closed 2 years ago

PastaSource commented 2 years ago

The size of the program is pretty big for what it is, and I'd like to reduce it as much as possible. This means removing unnecessary modules as much as I can. Unfortunately cefpython3, which takes up the majority of space is essential. I've noticed 'numpy' and 'pandas' are included in the lib folder when compiled, I'm not sure what purpose they server, but I deleted them and ran the program and it seemed to function just fine. Of course I'll need to test this in a sandbox environment, but it could potentially save a decent amount of space!

PastaSource commented 2 years ago

Also labelled as a bug since if these modules are not required, then there's no reason they should be there, and there are potentially others taking up vital space too.

PastaSource commented 2 years ago

This issue can be considered closed now with commit 75e4e6c20a1cbdce4be65688388e926a8add89ca. Though there is still potential for size reduction, I'll be further investigating this issue with #33 .