study-planner
study-planner copied to clipboard
A cross-platform desktop GUI to get a quick analysis from files and/or directories in terms of required time to study their contents
Question
do you have any advice on converting this to web application? I am currently trying to use flask to rewrite the GUI components using web technologies. Thank you
Even when ctrl+clicking on Open. PyInstaller code signing is to investigate.
Ciao! I have installed your program in linux with the dev instructions, because the release page file is not working for me, in terminal it says: `Language detected: en Segmentation...
Other than .pdf, add .pptx, .ppt, .doc, .docx, etc...
See https://stackoverflow.com/questions/4719789/how-can-you-get-the-system-default-language-locale-in-a-py2app-packaged-python
It could be faster (better UX) to allow Study Planner to open some filetypes by selecting some files/directories and clicking the right button.
Since the main window is not thought to be maximized, we should disable the button to do so.
Refactor code to be more readable and pretty. - use singleton for ReleaseFetcher - better use of `global` - remove `sys` import from main.py - ...