A tool to plan your next trip
Project description
Open Trip Plan
Description
Open Trip Plan is a GUI application for trip planning, providing an intuitive user interface for organizing travel visits efficiently. Open Trip Plan allows to plan a trip by adding markers on a map (based on OpenStreetMap) associated with a note.
Open Trip Plan is developed and daily tested on Linux. It should work on any platform. It has already been tested on MacOS.
Open Trip Plan is already usable but would be better with a lot of other features. Some wanted features are listed here. Don't hesitate to create a new issue if you think at other features. And contribute them if you can!
Current features:
- Display OpenStreetMap map
- Zoom and pan the map
- Adding location markers on the map
- List existing location on the left part of the GUI
- Associate a note to a location. The first line of the note is used as the title in the list
- Search location by name, and add a new marker when selecting an entry in the list
- Delete markers
- Open and save local files
- Open and save files on any Nextcloud server you have access to
- Note text formatting (heading, bold, …)
- Image insertion (copy paste only currently)
Screenshots
Installation
For users familiar with Python
Open Trip Plan is on PyPi. To install it, run:
pip install opentripplan
For all others
If you are not used to installing Python packages, the simplest method is probably to use uv. Please install it first. Then, open a terminal and create an uv virtual environment and activate it:
uv venv opentripplan
source opentripplan/bin/activate
Then install OpenTripPlan and run it:
uv pip install opentripplan
opentripplan
Usage
To launch the application:
opentripplan
Building and publishing
OpenTripPlan uses uv, please install it if not already available.
If you just cloned this repository, cd to it and then:
uv venv
uv sync --all-extras
uv pip install -r pyproject.toml --extra build
install -d dist
Then, to build and publish:
rm dist/opentripplan-*
bumpver update --patch # or --minor or --major
uv build
uv publish
uv sync --all-extras
git add uv.lock
git commit -m "Update lock to new package version"
Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name). - Commit changes (
git commit -m "Add feature"). - Push to your branch (
git push origin feature-name). - Open a pull request.
License
This project is Free Software, licensed under the AGPL License. See the AGPL file for details. In summary: you can use it, share it, change it, redistribute your changes, but any version you offer, with or without changes must be under the same (or a compatible) license.
Credits
OpenTripPlan is developed and maintained by Kleag. Special thanks to all contributors!
For more information, visit the GitHub repository or the PyPI page.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file opentripplan-0.3.8.tar.gz.
File metadata
- Download URL: opentripplan-0.3.8.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c348f7b0d8fab65941be8f35e5f482696052a88ac6101a1f7764c7e11ca8edad
|
|
| MD5 |
66269ab0767127eebbd9c7b3c62fc640
|
|
| BLAKE2b-256 |
1ea8d93d1c653dab2c7fa12ff3fadb683f473a23c838728aa60f73e8e8ec291c
|
File details
Details for the file opentripplan-0.3.8-py3-none-any.whl.
File metadata
- Download URL: opentripplan-0.3.8-py3-none-any.whl
- Upload date:
- Size: 25.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4805e87da62e9e7db5fc56ca6e31a048de7cda2a10ea1fb762cf960588fcea3
|
|
| MD5 |
7f7a323cd2f5fdb4b9d1f46683155845
|
|
| BLAKE2b-256 |
8b6d7cfff7e6a89375b1ee775c505c1e5d31f549c5e38f8122b4f7df3d1c2cee
|