First version on Github

This commit is contained in:
csd4ni3l
2025-09-19 22:03:33 +02:00
commit 5f22c2ed9c
26 changed files with 12780 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "NotifPlayground"
version = "0.1.0"
description = "NotifPlayground"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"plyer>=2.1.0",
"pypresence>=4.3.0",
]