https://github.com/speedycraftah/flight-generator
A tool that allows you to generate a random flight between two airports based on configured parameters.
https://github.com/speedycraftah/flight-generator
aviation flight-simulator fsx generator msfs msfs2020 random-generation
Last synced: about 2 months ago
JSON representation
A tool that allows you to generate a random flight between two airports based on configured parameters.
- Host: GitHub
- URL: https://github.com/speedycraftah/flight-generator
- Owner: SpeedyCraftah
- License: mit
- Created: 2025-03-29T19:05:27.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-04-10T10:00:39.000Z (11 months ago)
- Last Synced: 2025-10-26T23:41:49.740Z (5 months ago)
- Topics: aviation, flight-simulator, fsx, generator, msfs, msfs2020, random-generation
- Language: HTML
- Homepage: https://flight-generator.speedydev.org/
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Note: This is a public mirror. Not much has changed however; issues & pull requests here are still accepted.
# flight-generator
Allows you to generate a random flight between two airports based on multiple different parameters including start or destination airport, time of flight and random airports, specifically designed for flight simulator players as well as real life pilots looking for a configurable random flight generation tool with a solid accuracy (+- 15 minutes estimate vs actual time).
## What can this do?
- Generates random flights based on various parameters.
- Allows you to set a starting and/or destination airport using IATA codes.
- Allows you to adjust flight details like speed, altitude, and estimated time.
- Lets you specify country codes for origin and destination airports.
- Lets you filter airports by size (small, medium, large).
- Calculates distances in nautical miles between airports.
- Provides flight details including estimated time and distance.
- Estimate durations are calculated by taking into account realistic parameters and differentiates between perceived airspeed vs actual airspeed (depending on altitude).
## How do I use this?
You can use it [here](https://flight-generator.speedydev.org/), alernatively if you with to self-host it, simply `git clone` this repository and use a web server / reverse proxy such as Nginx or Apache to serve the files.
## Screenshots

## Footnotes
I created this back when me and my friend played a lot of Microsoft Flight Simulator 2020 (and FSX), and wanted a good tool that randomly generates flights based on a bunch of different parameters and requirements, when a lot of the existing tools were either inaccurate or did not allow any configuration. I figured now this would be a good addition to the open source community.