GalaxyTrek Planner is a lightweight program designed to help travelers easily manage their travel plans using a simple graphical user interface (GUI) built with PyQt.
- User-friendly interface: GalaxyTrek Planner provides a clean and intuitive GUI, making it easy for travelers to navigate and manage their travel plans.
- Travel itinerary management: Users can create, edit, and delete travel itineraries, including destinations, dates, and activities.
- Interactive map: GalaxyTrek Planner integrates an interactive map feature, allowing users to visualize their travel destinations and plan their routes.
- Reminders and notifications: The program includes reminders and notifications to help travelers stay organized and never miss important travel details.
- Export and import functionality: Users can export their travel itineraries to share with others or import existing itineraries for easy integration.
To install GalaxyTrek Planner, follow these steps:
- Clone the repository:
git clone https://github.com/zangjiucheng/GalaxyTrek-Planner.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the program:
python main.py
Once the program is running, you can start managing your travel plans using the following steps:
- Create a new travel itinerary by clicking on the "New Itinerary" button.
- Fill in the necessary details, such as destination, dates, and activities.
- Save the itinerary by clicking on the "Save" button.
- View and edit existing itineraries by selecting them from the list.
- Delete an itinerary by selecting it and clicking on the "Delete" button.
- Use the interactive map feature to visualize your travel destinations and plan your routes.
- Export your travel itineraries by selecting the "Export" option from the menu.
- Import existing itineraries by selecting the "Import" option from the menu.
Contributions to GalaxyTrek Planner are welcome! If you have any ideas, bug reports, or feature requests, please open an issue or submit a pull request on the GitHub repository.
GalaxyTrek Planner is licensed under the MIT License. See the LICENSE file for more details.