This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
How to Use
For Windows
- Download
Rhythm Alarm! v1.0.1.zip
from Assets. - Unzip
Rhythm Alarm! v1.0.1.zip
. - Run
Rhythm_Alarm.exe
.
For Mac, Linux
- Prepare the Python runtime environment.
- Download source files.
- Run
python -m pip install -r requirements.txt
on the top directory of this project to install dependent packages. - Run
Rhythm Alarm/Rhythm_Alarm.py
.
See also README.md.
What's changed
- Remove copyright infringing files
- Remove unused files
- Add screenshots to README.md
- Regenerate binaries for this release
Test Environment
- Windows11 Education 22H2, Build 22621.1555
- Python 3.10.11 MSC v.1929 64 bit (AMD64)
- pip freeze
altgraph==0.17.3
httptools==0.2.0
mutagen==1.46.0
numpy==1.24.2
pefile==2023.2.7
Pillow==9.5.0
pygame==2.3.0
pyinstaller==5.10.1
pyinstaller-hooks-contrib==2023.2
pywin32-ctypes==0.2.0
Full Changelog: v1.0...v1.0.1