Circlecore¶
Circlecore is a cheat detection library for osu!.
Currently, we support the detection of the following cheats:
- Replay Stealing
- Relax
- Aim Correction
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.
Follow the links below or on the sidebar for an introduction to using circlecore!
Circlecore is developed and maintained by:
Installation¶
Circlecore can be installed from pip:
$ pip install circleguard
Note
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¶
Documentation: https://circleguard.dev/docs/circlecore
Discord: https://discord.gg/VNnkTjm
Website: https://circleguard.dev
Tutorials
Contributing