Initial version

This commit is contained in:
csd4ni3l
2025-06-10 11:05:55 +02:00
commit 333a4e307e
27 changed files with 1880 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "aimtrainer"
version = "0.1.0"
description = "An aim trainer made in Ursina engine."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pypresence>=4.3.0",
"ursina>=7.0.0",
]