|
|
|
|
|
by _dmn7
1510 days ago
|
|
I also created a somewhat similar tool [1] for quickly making Anki cards when reading foreign language texts. It's not electron, but rather PyQt, so it conforms to your system theme if you are on Linux. However, it comes with a number of downsides: - Distributing the app is a pain and breaks every now and then when you add a dependency that may not behave correctly or require additional hacks with your packaging tool of choice (in my case, cx_freeze). - The interface is without a doubt less customizable compared to using a Web-based framework. However, I like this because I believe the user should be able to decide what the app should look like based on their system Qt themes. I also simply don't enjoy front-end work too much. [1] https://github.com/FreeLanguageTools/vocabsieve |
|