YarosMallorca / MissionPlanner-to-Litchi

Convert Mission Planner (ArduCopter) Waypoint Missions to Litchi CSV Format to execute on DJI Drones
42 stars 8 forks source link

adds file selector gui #10

Closed JoeKae closed 1 year ago

JoeKae commented 1 year ago

What has been added?

GUI

This PR adds a simple tkinter file selection GUI. You can select a single file or multiple files for conversion. The converted files are saved to the same directory that the source file is located in.

What has been changed?

README

The Readme.md was changed to reflect the added GUI.

Structure of the project

The mp_to_litchi.py was put in a python package and is used as an import in the run.py. The filename of mp_to_litchi.py and the package as well was shortened to mp2litchi and mp2litchi.py respectively.

YarosMallorca commented 1 year ago

Thank you for submitting this! I will merge this for sure :)