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.
- Host: GitHub
- URL: https://github.com/p0larstern/parkeasy
- Owner: p0larstern
- Created: 2018-08-10T14:22:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T12:38:30.000Z (over 6 years ago)
- Last Synced: 2025-02-16T02:43:07.778Z (3 months ago)
- Topics: beta, development, parking, parking-management, python, python2
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installedIMPORTANT:
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**