Initial commit: Kivy database interface application with search, add/update, delete functionality and Windows build support

This commit is contained in:
ske087
2025-10-20 13:21:29 +03:00
commit 8ae60a77e4
17 changed files with 11624 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
kivy>=2.1.0
kivymd>=1.0.0
mysql-connector-python>=8.0.0
pyinstaller>=5.0.0