A simple and powerful tool for building desktop applications using Python for the backend and React/TailwindCSS for the frontend, it includes pywebview to make desktop apps. Features include a development server with hot-reloading for both backend and frontend, and a simple build process.
- Make it work without packing, so that it can be used as a server without a webview.
- Make it work over https.
- ~~ It seems the routes are not being detected when using async ~~ (DONE)
Before you can use Pyrekit, you must have the following software installed:
- Python 3.10+
- Node.js and npm
You can verify the installations by running python --version and npm --version.
To install Pyrekit, you can clone this repository or install it using pypi repository:
git clone https://github.com/TuTheWeeb/pyrekit.git
pip install pyrekit/pip install pyrekit