- This code is a script for searching and sorting hotels using the Booking.com website.
- It prompts the user for trip details such as check-in and check-out dates, the number of adults and children, and their ages.
- The user can then choose a city from a predefined list (Cracow, Warsaw, or Gdansk).
- The script constructs a search URL for Booking.com and retrieves hotel information using web scraping with BeautifulSoup.
- It extracts hotel details like name, address, rating, room type, description, and price.
- The user can sort the list of hotels by price, name, or rating.
- The sorted hotel information is then displayed to the user.
- Ten kod to skrypt do wyszukiwania i sortowania hoteli za pomocą strony Booking.com.
- Skrypt prosi użytkownika o podanie szczegółów podróży, takich jak daty zameldowania i wymeldowania, liczba dorosłych i dzieci oraz ich wiek.
- Następnie użytkownik może wybrać miasto z predefiniowanej listy (Kraków, Warszawa lub Gdańsk).
- Skrypt tworzy URL wyszukiwania dla Booking.com i pobiera informacje o hotelach za pomocą web scrapingu z użyciem BeautifulSoup.
- Wyciąga szczegóły hotelu, takie jak nazwa, adres, ocena, typ pokoju, opis i cena.
- Użytkownik może sortować listę hoteli według ceny, nazwy lub oceny.
- Posortowane informacje o hotelach są następnie wyświetlane użytkownikowi.