A player made and maintained cheat detection tool for osu!. Provides support for detecting replay stealing, remodding, relax, and aim correction from a profile, map, or set of osr files.
Project description
Circlecore
Circlecore is a cheat detection library for osu!.
Circlecore currently supports detection of the following cheats:
- Replay Stealing
- Relax
- Aim Correction
- Timewarp
Designed for use in Circleguard, circlecore is easily integratable into any existing python project and we have worked hard to ensure it is easy to use.
Circleguard is developed and maintained by:
Installation
Circlecore can be installed from pip:
pip install circleguard
This documentation refers to the project as circlecore
to differentiate it from our organization Circleguard and the gui application Circleguard. However, circlecore
is installed from pypi with the name circleguard
, and is imported as such in python (import circleguard
).
Links
Github: https://github.com/circleguard/circlecore
Documentation: https://circleguard.dev/docs/circlecore
Discord: https://discord.gg/VNnkTjm
Website: https://circleguard.dev
Usage
We have documentation and a tutorial at https://circleguard.dev/docs/circlecore.
If you want a 30 second introduction to circlecore, see the following code snippets.
from circleguard import *
cg = Circleguard("key")
r1 = ReplayMap(221777, 2757689)
r2 = ReplayMap(221777, 4196808)
for r in cg.steal_check([r1, r2]): # r is a StealResult
print(f"{r.replay1.username} +{r.replay1.mods} vs {r.replay2.username} "
f"+{r.replay2.mods} on {r.replay1.map_id}. {r.similarity} sim")
from circleguard import *
cg = Circleguard("key")
m = Map(221777, span="1-2")
cg.load_info(m)
for r in m:
print(f"User {r.username} +{r.mods} on map {r.map_id}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file circleguard-4.3.1.tar.gz
.
File metadata
- Download URL: circleguard-4.3.1.tar.gz
- Upload date:
- Size: 38.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 686cbcecf603019a58eabb8e93c26df0a454ba2d75118360477d3d59f5c6c233 |
|
MD5 | 3986688e1339e308959a2d1ebd24b293 |
|
BLAKE2b-256 | 52ef318dfd31f972521d67f9a3c608638faa1b0de381dd35d79ee056b9c4b7ed |
File details
Details for the file circleguard-4.3.1-py3-none-any.whl
.
File metadata
- Download URL: circleguard-4.3.1-py3-none-any.whl
- Upload date:
- Size: 60.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 419af0b13b375e6c596aa561e0def6b4245f6ae8f8bb6421a7c1dd5749098228 |
|
MD5 | 01a4c2334744e54e56948cbe5f68756f |
|
BLAKE2b-256 | a3e44c7300105b2d19afa1492fe2c91447d6627173996260998e3317d52445c2 |