chore: project scaffold - requirements and package structure

This commit is contained in:
Miłosz Matysiak
2026-04-09 10:04:14 +02:00
parent f1ebdbfe1e
commit 40d1c23051
6 changed files with 14 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.venv/
__pycache__/
*.pyc
dist/
build/

0
config/__init__.py Normal file
View File

0
core/__init__.py Normal file
View File

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
monitorcontrol>=0.10.0
pystray>=0.19.5
keyboard>=0.13.5
wmi>=1.5.1
pywin32>=306
PyQt6>=6.6.0
Pillow>=10.0.0
pytest>=7.4.0
pytest-mock>=3.12.0

0
tests/__init__.py Normal file
View File

0
ui/__init__.py Normal file
View File