https://github.com/codercake/hotel-mgt-sys
https://github.com/codercake/hotel-mgt-sys
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codercake/hotel-mgt-sys
- Owner: codercake
- Created: 2024-07-23T14:55:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T16:44:29.000Z (over 1 year ago)
- Last Synced: 2025-07-27T22:48:45.843Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SlyPy Hotel Management System
SlyPy is a simple Hotel Management System built using Python, designed for beginners to understand basic programming concepts.
## Features
**Room Booking**: Allows guests to book rooms by selecting the room type and dates.
**Room Availability**: Check if a specific type of room is available.
**Room Rates**: Displays the rates for different room types.
**Breakfast Menu**: View the available breakfast options.
**Checkout**: Process guest checkout with payment options (UPI, Netbanking, or Cash).
## Concepts Used
**1. Conditional Statements**
Make decisions in the code, such as validating user input and checking room availability.
**2. Looping Statements**
Facilitated to repeatedly execute code blocks, such as displaying menus and processing bookings.
**3. Lists and Dictionaries**
Lists and dictionaries are used to manage and store data about rooms, bookings, and menus.
**4. Operators**
Performs pretty basic operations on variables, such as arithmetic operations for calculating room rates.
