Skip to content

Nagi-ovo/Hotel-Management-System

Repository files navigation

Hotel Management System DEMO

Based on shubhank's awsome project, db bug fixed and new features added.

How to Run

  1. pip install -r requirements.txt

  2. Run main.py

Directory Structure Description

📁 Useful Content
├── 📝 README.md                    // Guide
├── 📋 requirements.txt             // Library dependencies
└── 📁 Starrt-Hotel-Management-System   // Core code
    ├── 🖼️ image                     // File src
    ├── 🗄️ hm_proj.db                // SQLite database file
    ├── 📜 login_system.py           // Login system
    ├── 📜 main.py                   // Main function
    ├── 📜 MainRoot.py               // Main framework setup file
    └── 📜 test.txt                  // Password storage document

Version 1.0.1 - Content Update

  • Fixed known bugs 🐛🐛🐛
  • Improved UI aesthetics 🎨

Version 1.0.2 - Content Update

  • Fixed bug where previously selected payment method buttons remained selected
  • Fixed issue with incorrect storage of "payment method" attribute
  • Fixed issue with incorrect retrieval of "payment method" attribute from the database

Version 1.1.1 - Content Update

  • Added "Login" interface 🔐
  • Added functionality to visualize attributes such as "number of rooms" correctly from the database

Version 1.1.2 - Content Update

  • Fixed bug where entering incorrect password during login did not result in any punishment; now the program can be terminated properly
  • Improved login interface style 💻

About

HMS based on tkinter and sqlite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages