next-pyqt is a framework that allows you to make software using pyqt render with basic html and css.
Right now the project handles states, computed properties, methods, events, and props. This project as the current state is nowhere near "production usuable". I recommend, If you would like to try this repo out, go ahead and either copy the repo as a template or download the files.
- First clone the git repo by doing
git clone https://github.com/TakumiHendricksDev/next-pyqt.git
- Next cd into next pyqt by
cd next-pyqt
- Now create a virtual env though whatever preferable means
- then install all required packaged by running
pip install -r requirements.txt
- Simply run
python main.py
to start the demo application