This project simulates a bike showroom management system for Royal Enfield bikes. It demonstrates the use of modular programming and object-oriented programming concepts in Python. The system allows users to view available bikes and purchase them by providing necessary customer details.
bike.py: Defines theBikeclass.customer.py: Defines theCustomerclass.showroom.py: Defines theShowroomclass, which manages the showroom operations.main.py: Main script to run the showroom interface.README.md: Project documentation.
Clone the repository: git clone https://github.com/your-username/bike-showroom.git
Navigate to the project directory: cd bike-showroom
Run the main script to start the bike showroom management system:
python main.py