Quark.py is a lightweight Python framework for packaging HTML, CSS, and JS code into simple desktop apps. It is about 60% lighter than Electron in file size and does not bloat with Chromium. My framework was carefully crafted with optimization tec…
Quark.py is a lightweight Python framework for packaging HTML, CSS, and JS code into simple desktop apps. It is about 60% lighter than Electron in file size and does not bloat with Chromium. My framework was carefully crafted with optimization techniques like lazy loading, memory management etc.
Why use Quark.py instead of other frameworks like Electron?
- HTML, CSS and JS packed into desktop apps.
- Very light and uses Python.
- Does not packs Chromium inside the apps.
- Faster startup than other frameworks and quite optimized.
- Caching strategies implemented for improved performance.
- Easy distribution of apps.
Used ChatGPT for debugging and fixing Python errors.