Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.38 KB

README.md

File metadata and controls

52 lines (32 loc) · 2.38 KB

Touropedia - Your Personal Tourism Guide

Overview

Touropedia is a Python-based tourism guide application with a user-friendly GUI created using Tkinter. It provides personalized recommendations for exploring Pune based on user interests, allowing users to rate and discover educational, adventure, shopping, historical, pilgrimage, and nature destinations.

Features

  • Rating System: Users can rate and contribute to the community-driven rating database.
  • Explore by Interest: Select destinations tailored to educational, adventure, shopping, historical, pilgrimage, or nature preferences.
  • Dynamic Search: Search and retrieve detailed information about specific destinations.

Getting Started

  1. Database Setup:

    • Ensure you have a MySQL database named 'rating.'
    • Update database connection details in the script.
  2. Dependencies:

    • Install required Python packages: tkinter, mysql.connector.
  3. Run the Application:

    main.py

Usage

  • Run the script and follow the on-screen prompts to explore destinations, rate places, and discover new favorites.

Contributors

  • Sourav Toshniwal
  • Manjiri Deotalu
  • Sanjana Agrawal
  • Sannya Singh

Contact

For inquiries and support, contact us at customercare.touropedia@gmail.com.


MIT License

Copyright (c) 2022 Sourav Toshniwal, Manjiri Deotalu, Sanjana Agrawal and Sannya Singh.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.