This project is a drone flight data management application developed in Python with a graphical user interface based on Tkinter. It allows user authentication, adding and viewing flight data, as well as downloading them in CSV format.
- User authentication.
- Intuitive graphical interface with Tkinter.
- Input and storage of flight data.
- Display and management of flight statistics.
- Export of data in CSV format.
- Update verification via GitHub.
Make sure you have Python installed on your machine as well as the following modules:
pip install requests tkcalendar
- Clone this repository or download the
UAV.pyfile. - Run the script with the command:
python UAV.py - Log in with your credentials and access the application.
If a new version is available, it will be automatically downloaded from GitHub.
This project is an educational example and should not be used for applications requiring advanced security without appropriate modifications.
This project is licensed under the MIT license. You are free to modify and redistribute it.