/Python_ExamProject

A Python-based simulation for managing a gas station. This project provides functionalities for tracking fuel inventory, processing customer transactions, and generating detailed reports on fuel usage and sales. The system emphasizes simplicity and efficiency, with robust input validation to ensure accurate data entry and effective operation manage

Primary LanguagePythonMIT LicenseMIT

Python Exam Project - Gas Station

Overview

This project is a Python-based simulation of a gas station management system; it showcases a range of functionalities related to managing fuel inventory, processing customer transactions, and generating detailed reports on fuel usage and sales. The system is designed to be efficient and intuitive, offering a comprehensive way to manage everyday gas station operations through a command-line interface.

Features

  • Manage different types of fuel and stock levels.
  • Generate detailed reports on fuel usage and sales.
  • Input validation and error handling.

Technologies Used

  • Python 3.x

Installation

  1. Clone the repository:
git clone https://github.com/aykhan019/Python_ExamProject
  1. Navigate to the project directory:
cd Python_ExamProject
  1. Run the main script:
python main.py

Usage

  • The system allows users to manage a gas station, keeping track of fuel types, fuel levels, and transactions.
  • Input validation ensures that only correct data is entered, while reports provide insights into fuel consumption and financials.

Video Demo

Python Exam Project Demo

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for suggestions or improvements.

License

This project is licensed under the MIT License