Giter VIP home page Giter VIP logo

m9_tapp's Introduction

Vehicle Rental Project

Abstract

The Vehicle Rental Project is a comprehensive software system developed to support an electric vehicle share program. This end-to-end prototype enables customers to reserve and return vehicles, manage payments, and report issues, while operators can track vehicle locations and perform necessary maintenance. Managers can generate reports to analyze system performance. The project is implemented using Python and incorporates a Tkinter-based user interface and SQLite3 based data management.


Project Structure

The directory structure for the project is as follows:

  • RentEV.db: Database file
  • requirements.txt: File containing required Python libraries
  • controller/: Directory containing controller files
  • model/: Directory containing model files, including database models
  • view/: Directory containing view files, organized into subdirectories for User, Manager, and Operator views
  • App.py: Main application file
  • assets/: Directory containing various image assets used in the application

How to Run the Software

Steps for Windows:

  1. Create a Python virtual environment using: py -m venv v_t
  2. Install all Python libraries: pip install -r requirements.txt
  3. Activate the virtual environment
  4. Run App.py

Steps for Mac/Ubuntu:

  1. Create a Python virtual environment using: python -m venv v_t
  2. Install all Python libraries: pip install -r requirements.txt
  3. Activate the virtual environment
  4. Run App.py

Additional Information

If you have any questions or need assistance, please reach out to the project team.

Team M9:

  • Kevin Chika Urama - 2908111U
  • Harsh Raj Verma - 2903432V
  • Zhenghao LIN - 2872794L
  • Haoran Jiang

m9_tapp's People

Contributors

h-r-v avatar jhrluck avatar kurama07052000 avatar linzh06 avatar lzh000307 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.