A simple Python command-line tool to help you plan your trips by calculating total budget, individual cost, and saving trip data.
- Input trip details like location, people, and food
- Calculates total and per-person budget
- Saves each trip as a record
- Clean formatted output
- Easily extensible
- Python 3
- File handling (
with open()) - Basic CLI interaction
trip-budget-planner/
│
├── .gitignore
├── LICENSE
├── trip_planner.py
├── README.md
├── sample.txt
├── plan.txt
├── test/
│ └── .gitkeep
└── banner.png
- Clone the repo:
git clone https://github.com/Rumaisas-islam/trip-budget-planner.git
cd trip-budget-planner- Run the script:
python trip_planner.pyReplace filename.py with your actual script file name.
Rumaisa Islam 🔗 GitHub: Rumaisas-islam
This project is licensed under the MIT License. See the LICENSE file for details.
