Project_sudoku is an uni project made for Programming in Python classes. It is a window application offering registered users to play sudoku, gain points and compete with others.
backend - Python, frontend - kivy, database - Firebase Cloud.
- Python 3.7 - 3.10
- KV - download here
- Kivy
- download pip
- (on Windows) open commander -> enter folder project_sudoku\venv\Scripts -> execute file activate
- type commands:
python -m pip install --upgrade pip setuptools virtualenvpython -m pip install "kivy[base]" kivy_examples
- firebase_admin (install after executing \venv\Scripts\activate)
pip install firebase-admin
- pyrebase (install after executing \venv\Scripts\activate)
pip install pyrebase4