Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.47 KB

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