from 91 $
Excellent
94 reviewsimport tkinter as tk import sqlite3 def add_to_cart(): item_name = item_name_entry.get() quantity = quantity_entry.get() email = email_entry.get() conn = sqlite3.connect("mobile.db") cursor = conn.cursor() cursor.execute("CREATE TABLE IF NOT EXISTS mobile_cart(item_name TEXT, email TEXT , quantity INTEGER)") cursor.execute("INSERT INTO mobile_cart VALUES (?,?,?)", (item_name, email, quantity)) conn.commit() conn.close() def delete_selected(): selection = mobile_list_text.curselection() if selection: index = selection[0] item = mobile_list[index] conn = sqlite3.connect("mobile.db") cursor = conn.cursor() cursor.execute("DELETE FROM mobile_cart WHERE item_name=? AND email=? AND quantity=?", item) conn.commit() conn.close() mobile_list_text.delete(index) # Удаление выбранного элемента из списка def show_mobile_list(): conn = sqlite3.connect('mobile.db') cursor = conn.cursor() cursor.execute("SELECT * FROM mobile_cart") global mobile_list mobile_list = cursor.fetchall() conn.close() window = tk.Toplevel() window.title("Список покупок") window.geometry("600x400") # Новые размеры окна: ширина 600, высота 400 global mobile_list_text mobile_list_text = tk.Listbox(window, width=50, height=20) # Увеличьте ширину и высоту списка mobile_list_text.pack() delete_button = tk.Button(window, text="Удалить", command=delete_selected, width=20) delete_button.pack() for item in mobile_list: item_name = item[0] quantity = item[2] email = item[1] mobile_list_text.insert(tk.END, f"ФИО: {item_name}, email: {email}\n Телефон: {quantity}\n") def main(): global item_name_entry, quantity_entry, email_entry window = tk.Tk() window.title("Список покупок") window.geometry('400x200') item_name_label = tk.Label(window, text="ФИО:") item_name_label.pack() item_name_entry = tk.Entry(window) item_name_entry.pack() quantity_label = tk.Label(window, text="Телефон:") quantity_label.pack() quantity_entry = tk.Entry(window) quantity_entry.pack() email_label = tk.Label(window, text="Email:") email_label.pack() email_entry = tk.Entry(window) email_entry.pack() add_to_cart_button = tk.Button(window, text="Добавить в список", command=add_to_cart) add_to_cart_button.pack() show_list_button = tk.Button(window, text="Просмотреть список", command=show_mobile_list) show_list_button.pack() window.mainloop() if __name__ == '__main__': main()
Enter your dates of travel and we will display the current prices
No dates selected
If you don't know the specific dates yet, select approximate dates to see the price estimates.
ulitsa Tikhaya, 1A, Noginsk
Location
Ecotel Bogorodsk & Spa Hotel is located in Noginsk. This hotel is located in 3 km from the city center.
Hotel features
Free self parking is available for guests traveling by car. Free Wi-Fi is available on site. There is also a restaurant and a bar for guests. The hotel also offers room service.
The hotel has its own spa offering massages and body treatments. It features an indoor swimming pool, a bath complex, a sauna and a gym. Featured events include a conference center and a meeting room.
Featured amenities include an around the clock front desk, luggage storage, and a library.
Rooms description
33 rooms are available for guests with air conditioning and other amenities, including a mini-bar and an LCD TV. There are private bathrooms with separate bathtubs and showers. Free toiletries and a hairdryer are provided. In addition, guests can use: a telephone, desks and dedicated seating areas.
Facts about the hotel
Year of construction
Type of electrical socket
Type C
220 V / 50 Hz
Type C
(grounded)
220 V / 50 Hz
Number of rooms
charged separately
charged separately
charged separately
charged separately
charged separately
charged separately
Check-in |
---|
After 18:00 |
Check-out |
---|
Until 16:00 |
Check-in |
---|
After 18:00 |
Check-out |
---|
Until 16:00 |
Russian citizens must have an original Russian passport upon arrival. Front desk is open 24/7. A buffet breakfast is served daily from 07:00 AM to 11:00 AM.
Children under 5 years old stay with their parents free of charge with breakfast, lunch and dinner are paid separately according to the children's menu.
The hotel offers several special packages.
Full board rate includes:
— accommodation in a room of the selected category;
— buffet breakfast, lunch and dinner;
— free access to the pool at certain hours.
During the New Year holidays, guests receive a 10% discount on all services of the complex:
— 24-hour visit to the bath complex (Russian and Finnish saunas, Turkish hammam, Russian wood-fired sauna, Jacuzzi, Kneipp path, ice fountain, circulating shower);
— swimming pool;
— massage room;
— speleological camera;
— solarium;
The ticket price for New Year's Eve is RUB 8000.00 per person.
For a company of 4 people — RUB 7000.00 per person.
For teenagers from 12 to 17 years old, the cost is RUB 7000.00 per person.
A child ticket from 5 to 11 years old costs RUB 5000.00
Children under 5 years old — free of charge.
New Year's Eve includes:
— banquet;
— leading;
— interactive program;
— salute. |
If you need a visa to enter the country, in the majority of cases, your hotel is supposed to provide you with the necessary documents. For more information, please contact the hotel. You will find the contact details in the e-mail with your booking confirmation. You can be charged extra for this service, even if you end up canceling the booking. All agreements are only made between you and the hotel. |
Some rates can be paid by bank card when booking online. You can pay for your booking by using a promo code if you have one. |
If you'd like to pay for the order by wire transfer as a legal entity, please send an e-mail to [email protected]
Excellent
Based on 94 reviews from guests around the world.
7 reviews are available in your language
Cleanliness
8,6
Hygiene products
7
Location
8,7
Meals
8,8
Value for money
7,4
Room
7,4
Service
8,3
Wi-Fi quality
10
Registered service mark in the European Union