Python
SQLAlchemy
PySide2
QT

A desktop application that downloads airport scenery files for 4 different flight simulation platforms (FS9, FSX, P3D, XPlane).
It scans the CSV source from external repository site and automatically downloads the airport definition files, data, and 3D models. It then integrates these files into the game files by following specific steps for each simulator.
It also has the capability to temporarily deactivate downloaded content as needed.
The precursor script which had inspired this project had been published as open source on GitHub.