An open API service indexing awesome lists of open source software.

https://github.com/p0larstern/parkeasy

(Written in Python 2.7) A very basic parking management system to deploy in a fee-based parking lot.
https://github.com/p0larstern/parkeasy

beta development parking parking-management python python2

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
- [How to clone](https://help.github.com/articles/cloning-a-repository/)
2. Install [py2exe](https://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/) on your machine
1. Open `cmd` in the repository folder
1. Run the following command in cmd after installing py2exe
```
python setup.py py2exe
```
5. Move **logo.txt** to the newly created **bin** folder
1. Run **parkeasy.exe**