An application that lets the user search for the top travel destinations in 2024. This application uses data from timeout.com to scrape data from this travel website.
☐ There are multiple python code files (because there are multiple long segments of code used to modify the GUI:
- Tech stack: Python, sqlite3, customtkinter
newfront.pylab3back.pyImage.pyQuery.pyAnimatedGIFLabel.pydestinations.jsondestinations.db
☐ This project explores how to write GUI applications using tkinter. However, I have used the customtkinter module to make the GUI for my application more modern. The documentation and information about this module can be found here on this website or on Github.
pip install customtkinter
☐ People animated icons created by Freepik - Flaticon
☐ Travel stickers created by Stickers - Flaticon
☐ Family stickers created by Stickers - Flaticon
☐ User stickers created by Stickers - Flaticon
- tkinter
- databases/data storage (sql, sqlite3)
- web scraping
- web crawling
- BeautifulSoup
- UI/UX Design
- requests
- GUI
- frontend
- backend







