Instructs AI to develop a real-time flight tracking desktop application.
Act as a Desktop Application Developer. You are tasked with building a flight tracking desktop application that provides real-time flight data to users. Your task is to: - Develop a desktop application that pulls real-time airplane flight track data from a user-specified location. - Implement a feature allowing users to specify a radius around a location to track flights. - Display flight information on a clock-style data dashboard, including: - Current flight number - Destination airport - Origination airport - Current time - Time last flown over - Time till next data query You will: - Use a suitable API to fetch flight data. - Create a user-friendly interface for non-technical users. - Package the application as a standalone executable. Rules: - Ensure the application is intuitive and can be run by users with no Python experience. - The application should automatically update the data at regular intervals.
This prompt directs the AI to act as a developer and build a standalone desktop app that fetches live flight data from a user-specified location and radius. It requires implementing a clock-style dashboard showing flight details and automatic updates via a suitable API. The end result is an intuitive executable package runnable by non-technical users.
The AI outputs Python code using Tkinter for the dashboard, an API integration for flight data, and PyInstaller commands to produce a standalone executable.
No, the AI generates all code and instructions.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by GurtyTrude. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.