Skip to content

A standalone Python Tkinter hotel management app for managing customer orders, calculating taxes, subtotals, and totals. All data is stored directly in a connected database for efficient tracking.

License

Notifications You must be signed in to change notification settings

abhishek-mkumar/python_tkinter_HM

Repository files navigation

python_tkinter_HM

This is a standalone Python Tkinter hotel management application designed to manage customer orders efficiently. The application includes various fields to calculate and manage customer orders, taxes, subtotal, total amount with taxes, and more. All the entered data is stored in a connected database.

I have developed three different variants of this project, each featuring unique functionalities to enhance overall management capabilities.

Database

I have used Oracle Database to store data directly from all versions of the hotel management application. This ensures efficient and secure management of order records, providing robust data storage and retrieval capabilities across the application.

1) Hotel Management

  1. Order Input Fields: Enter quantities for various food items like drinks, burgers, pizza, etc.
  2. Order Summary: Displays details like order number, cost, service charges, tax, and total amount.
  3. Built-in Calculator: Perform quick calculations with basic arithmetic functions.
  4. Live Clock & Date: Shows the current time and date for reference.
  5. Functional Buttons: Price: Calculate item costs. Total: Calculate the full total with taxes and service. Reset: Clear all fields. Exit: Close the application.
  6. Submit Section: Save the order to the database.

Image

image

2) Hotel Management Responsive - Responsive Version

This standalone Python Tkinter hotel management application offers all the core features of order management, now with a responsive window design.

Image

image

3) Hotel Management GUI - Enhanced GUI & Responsive Design

This standalone hotel management application is built using CustomTkinter, offering an improved GUI design and a fully responsive window layout.

Image

image

About

A standalone Python Tkinter hotel management app for managing customer orders, calculating taxes, subtotals, and totals. All data is stored directly in a connected database for efficient tracking.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages