Installation#
🐍 PyPI#
Install the package from PyPI#
Download from PyPI:
pip install gpx-kml-converter
Run CLI from command line#
gpx-kml-converter [OPTIONS] path/to/file
Run GUI from command line#
gpx-kml-converter-gui
🔽 Executable#
Download the latest executable:
👩🏼💻 Run from source#
Clone the repository#
git clone
Navigate to the project directory#
cd gpx-kml-converter
Install dependencies#
uv venv
uv pip install -e .[dev,docs]
Run with CLI from source#
python -m gpx_kml_converter.cli [OPTIONS] path/to/file
Run with GUI from source#
python -m gpx_kml_converter.gui