Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 974 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 974 Bytes

Parkeasy

(Written in Python 2.7) A very basic parking management systems to deploy in a fee-based parking lot.

Only works on Windows with Python2 installed

IMPORTANT: I made this very basic project when I was in school, now I want to start contributing to open-source projects and also want to improve my programming and teamwork skills. I welcome all the contributers who want to help me improve the project in any aspect, like design, stablility, efficiency and scalability. I would appreciate any advice and contribution.

How to setup the app

  1. Download or Clone the repository
  1. Install py2exe on your machine
  2. Open cmd in the repository folder
  3. Run the following command in cmd after installing py2exe
python setup.py py2exe
  1. Move logo.txt to the newly created bin folder
  2. Run parkeasy.exe