WINDOWS: Download the .exe: https://github.com/chocolateimage/qrhythmcafe/releases
DEBIAN / UBUNTU / MINT: Use the repository at https://packages.playlook.de/deb/ for automatic updates. Follow the repository commands then run sudo apt install qrhythmcafe
ARCH: Use the AUR package: yay -S qrhythmcafe
You will need Python for this during development.
You need to install these Python packages, preferrably with your package manager to get native themes:
# apt (Debian, Ubuntu, Mint, etc.)
sudo apt install python3-pyqt6 python3-requests pyqt6-dev-tools python3-yaml
# Pacman (Arch)
sudo pacman -S --needed python python-pyqt6 python-requests python-yaml
On windows you need to install PyQt6 and requests with pip:
pip install PyQt6 requests PyYAML
- Install "pyinstaller":
pip install pyinstaller
- Run "buildwindows.bat"
- In the dist folder there should be a file with the name of "qrhythmcafe.exe"
Go to the "deb" directory
cd deb
Run "packagedeb.sh". This file will copy all required files into the correct "usr" folders for building into a qrhythmcafe.deb
file
Command: ./packagedeb.sh
If you have any issues or feature requests, report them in the issue tracker on GitHub.