Quark.py | Build apps with HTML, CSS & JS banner

Quark.py | Build apps with HTML, CSS & JS

1 devlog
1h 18m 12s

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.
This project uses AI

Used ChatGPT for debugging and fixing Python errors.

Demo Repository

Loading README...

Mohammed Ahnaf Bhuiyan

This is a very simple frame project made only using pyinstaller for packaging of app and pywebview to show the html/css/js content.
What was done:

  • project created and worked with adding the required libraries. (added in requirements.txt)
  • used –onedir and –strip for optimization and many others.
  • debugged the project for common issues.
  • packed app was tested for any bugs
  • crafted readme.md
Attachment
0