Detects available Traficar cars for relocation
This repository has been created without the help of AI in any capacity. If you fork this source code, please respect No-AI rule.
- Python 3.14 (or later)
- Flask 3.1.x
- Requests module 2.32.5 (or later)
- Winotify module 1.1.0 (or later); used for Windows toast notifications
- geopy module 2.4.1 (or later)
- Download Python 3.14 (or later) along with all dependencies listed above.
- Open terminal and clone this repository to a folder of your choice:
cd D:\folder-of-choice
git clone https://github.com/lezniakb/TrafiTracker.git
3. Enter the project folder
cd TrafiTracker
- Run the application
flask --app main.py run
