https://github.com/arthurfdlr/flighttime_prediction
GUI that allows to calculate the flight time of a drone by giving its caracteristics.
https://github.com/arthurfdlr/flighttime_prediction
Last synced: about 2 months ago
JSON representation
GUI that allows to calculate the flight time of a drone by giving its caracteristics.
- Host: GitHub
- URL: https://github.com/arthurfdlr/flighttime_prediction
- Owner: ArthurFDLR
- License: gpl-3.0
- Created: 2019-06-08T11:29:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T17:43:43.000Z (almost 7 years ago)
- Last Synced: 2025-12-02T23:17:35.605Z (8 months ago)
- Language: Python
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drone flight time calculator
The GUI ease the calculation of the flight time of a drone by giving its caracteristics.
The math are based on an empirical formula developed on the analysis of several data on propellers.
This project is higly similar to [eCalc calculator](https://www.ecalc.ch/xcoptercalc.php "eCalc")
## GUI developed with TKinter

