nise/nise-circleguard
2024-02-16 06:17:52 +01:00
..
src Fixed .osu filename sanitation to match circleguard 2024-02-16 06:17:52 +01:00
Build.sh Fixed build script for nise-circleguard 2024-02-16 05:54:34 +01:00
Dockerfile Initial commit on new monorepo 2024-02-14 17:43:11 +01:00
readme.md Initial commit on new monorepo 2024-02-14 17:43:11 +01:00
requirements.txt Keypress and slider end times calculation 2024-02-16 05:52:20 +01:00

development

This module has only been tested with Python 3.11

How to run:

  1. create a venv and install the requirements
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. run the main.py file
source venv/bin/activate
python src/main.py

Make sure to set the OSU_API_KEY env variable to your osu!api v1 key.