Skip to content

A desktop version of rhythm.cafe to download levels directly into the Rhythm Doctor levels folder

License

Notifications You must be signed in to change notification settings

chocolateimage/qrhythmcafe

Repository files navigation

QRhythmCafe

image

How can I run this?

Download the .exe (or .deb if you're on linux) from the releases section: https://github.com/chocolateimage/qrhythmcafe/releases

Developing

You will need Python for this during development.

Linux

You need to install PyQT5 and requests with apt:

sudo apt install python3-pyqt5 python3-requests

Windows

On windows you need to install PyQT5 and requests with pip:

pip install PyQT5 requests

Building

Windows

  1. Install "pyinstaller": pip install pyinstaller
  2. Run "buildwindows.bat"
  3. In the dist folder there should be a file with the name of "qrhythmcafe.exe"

Linux

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, report them in the issue tracker on GitHub

About

A desktop version of rhythm.cafe to download levels directly into the Rhythm Doctor levels folder

Resources

License

Stars

Watchers

Forks

Packages

No packages published