Plan a quick walk in the car!
Installation¶
To install thejourneyplanner, simply run:
pip install thejourneyplanner
Usage¶
After installation, you can use the package by importing it in your project:
import thejourneyplanner
Or, you can run the package as a script:
python -m thejourneyplanner
Documentation¶
For more information, you can find the documentation within the docs directory or on the project’s [GitHub Pages](https://unkokaeru.github.io/thejourneyplanner/).
Contributing¶
Contributions are welcome! Please see CONTRIBUTING.md for more information.
License¶
This project is licensed under the MIT License - see the LICENSE.md file for details.