Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milansinghal2004 authored Oct 23, 2024
1 parent c86667a commit 747916c
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions AutoSphere/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# AutoSphere - Car Showroom Management System
## Overview
AutoSphere is a GUI-based Car Showroom Management System that allows users to browse and explore luxury and normal vehicle models.
The system dynamically updates details such as available colors, engine types, fuel options, and calculates the final price along with the availability of the selected model.

## Features
- Vehicle Categories: Browse through two categories – Luxury Vehicles (Lexus) and Normal Vehicles (Toyota).
- Dynamic Details: View more information and customization options upon selecting a vehicle model.
- Customizations: Select from various fuel types, colors, engine variants, and trim levels.
- Price Calculation: AutoSphere calculates the final price based on the selected customizations.
- Availability Information: Shows the expected availability date for each vehicle.
- Image Display: View images of vehicles when selecting specific models like the Lexus ES.

## Technologies Used
- Python (Programming Language)
- Tkinter (GUI Framework)
- Pillow (For handling and displaying images)

## How to Run the Project
### Prerequisites
- Python 3.x
- Required libraries: tkinter, PIL
- Install necessary libraries using: ```pip install pillow```

### Steps to Run
- Clone or download this repository.
- Run the ```autosphere.py file```: ```python autosphere.py```

### File Structure
- ```autosphere.py``` - Main application code.
- ```/CAR SHOWROOM/``` - Folder containing vehicle images

## Customizing the Project
You can add more vehicle models or change vehicle options by updating the corresponding sections in the code:
- Vehicle Models: Add or modify the list of vehicle models.
- Customization Options: Update fuel types, colors, engines, and variants as per your need.

## Future Enhancements
- <b>Adding 3D Models</b>: Incorporating vehicles 3d Models to make it more interactive.
- <b>Adding more Models</b>: Add more vehicle categories or brands.
- <b>Enhanced UI</b>: Improve the graphical interface with animations and themes

0 comments on commit 747916c

Please sign in to comment.