Initial version, i forgot to commit for a long time.

This commit is contained in:
csd4ni3l
2025-07-14 20:55:03 +02:00
commit 546bf69408
23 changed files with 2559 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "csd4ni3l-browser"
version = "0.1.0"
description = "csd4ni3l-browser"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.3.2",
"pypresence>=4.3.0",
"ujson>=5.10.0",
]