Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:50 +08:00
commit 1efe579865
24 changed files with 2075 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Scripts
Bundled resources for travel-assistant skill
- [ ] currency_converter.py: Script to fetch and convert currencies.
- [ ] weather_api.py: Script to fetch weather data from an API.
- [ ] itinerary_generator.py: Script to generate personalized itineraries.
- [ ] packing_list_generator.py: Script to create packing lists based on weather and activities.
- [ ] timezone_converter.py: Script to convert timezones.