All Projects → abraker95 → ultimate_osu_analyzer

abraker95 / ultimate_osu_analyzer

Licence: MIT license
Python rewrite of my old osu analyzer that aims to be a lot more useful

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ultimate osu analyzer

fnf-osu-mania-skin
A Friday Night Funkin' skin for all osu! modes.
Stars: ✭ 45 (+73.08%)
Mutual labels:  osu, osugame, osu-mania, osumania
OppaiSharp
A C# port of oppai-ng
Stars: ✭ 16 (-38.46%)
Mutual labels:  osu, osugame
mappool-generator
A Mappool Generator for osu! Tournament Livestreams
Stars: ✭ 20 (-23.08%)
Mutual labels:  osu, osugame
tau
A customized osu! mode surrounding a paddle and some notes.
Stars: ✭ 150 (+476.92%)
Mutual labels:  osu, osugame
OsuParsers
Library for parsing/writing files associated with osu!
Stars: ✭ 60 (+130.77%)
Mutual labels:  osu, osugame
IngameOverlay
Overlay in-game
Stars: ✭ 21 (-19.23%)
Mutual labels:  osu, osugame
OsuMapSuggester
A Mirai console plugin that can provide osu!std players some appropriate beatmap (WIP)
Stars: ✭ 29 (+11.54%)
Mutual labels:  osu, osugame
dontsteal
Python 3 script to compare two osu! replays for similarities. (Kind of anti-cheat for replay stealing)
Stars: ✭ 13 (-50%)
Mutual labels:  osu, osugame
CSharpOsu
C# library for osu!api
Stars: ✭ 15 (-42.31%)
Mutual labels:  osu, osu-api
Osu-Ingame-Downloader
Just a simple Osu! ingame downloader
Stars: ✭ 31 (+19.23%)
Mutual labels:  osu, osugame
Mapping Tools
Collection of tools for manipulating osu! beatmaps
Stars: ✭ 85 (+226.92%)
Mutual labels:  osugame
osuElements
A .NET framework for osu! (osu.ppy.sh) applications
Stars: ✭ 33 (+26.92%)
Mutual labels:  osu
osu-difficulty-calculator
Processes raw beatmaps and saves difficulty attributes to a database backend
Stars: ✭ 66 (+153.85%)
Mutual labels:  osu
osu-deploy
Deploy script for lazer
Stars: ✭ 39 (+50%)
Mutual labels:  osu
rurusetto
A wiki that contain all osu! rulesets
Stars: ✭ 31 (+19.23%)
Mutual labels:  osu
soyokaze
An osu! ruleset mimicking Genshin Impact's Ballads of Breeze mini-game.
Stars: ✭ 31 (+19.23%)
Mutual labels:  osu
nix-gaming
Gaming on Nix
Stars: ✭ 142 (+446.15%)
Mutual labels:  osu
osukps
A keys-per-second meter for osu! (or any rythm game), useful for live streaming and making videos
Stars: ✭ 90 (+246.15%)
Mutual labels:  osu
KeysPerSecond
A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
Stars: ✭ 238 (+815.38%)
Mutual labels:  osu
interbotAPI
bot's api
Stars: ✭ 16 (-38.46%)
Mutual labels:  osu

About

Python rewrite of my old osu analyzer that aims to be a lot more useful

The Ultimate osu! Analyzer is a gui for mass analysis of data. It's been made with the intent to collect beatmaps and replays to analyze correlations between patterns and player performance.

See the tutorials for info on how to use the analyzer and documentation regarding various specifics.

Run/Install

Download the repo. You can do so by "Clone or download" button on the right of the main page:

After downloading, extract the "ultimate_osu_analyzer-master" folder to your desired location. Next you will need to open cmd console. You can do so by typing in "cmd" in the address bar in the app folder and hitting enter:

If you have multiple Python versions installed, commands may differ slightly from min. But generally it will be either or similar variant of pip, pip3, or pip37 and python, python3, or python37. If you still have issues running pip with multiple python versions installed, you can also do python3 -m pip as a replacement for pip. If that still doesn't work try py -m pip.

First make sure you have all the needed libraries by running the command pip install -r requirements.txt. This will download a bunch of libraries needed to run the app.

Run the app by running the command python run.py

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].