e-caste / study-planner

A cross-platform desktop GUI to get a quick analysis from files and/or directories in terms of required time to study their contents
https://t.me/studyplannerupdates
GNU General Public License v3.0
21 stars 2 forks source link

Question #41

Open hummeid opened 8 months ago

hummeid commented 8 months ago

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

e-caste commented 8 months ago

Hi! Not much except that if you want to keep absolute cross-platform compatibility you could look into Electron or similar frameworks. I'm not sure if it will also run the server part locally though.
Good luck with the fork!