https://github.com/developmenthf/prppal
https://github.com/developmenthf/prppal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/developmenthf/prppal
- Owner: DevelopmentHF
- Created: 2025-03-21T08:40:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T09:16:08.000Z (about 1 year ago)
- Last Synced: 2025-03-21T09:33:24.718Z (about 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prppal
invy slsc patrol recognition program data management system
## Running the Project
```python3 main.py --patrols data/patrols.csv --awards data/awards.csv```
There are 2 manadatory arguments, `--patrols` & `--awards`. These must link to their respective `.csv` files.
## Project Structure
## .gitignore
`data/` is hidden - this directory needs to be populated with the required `.csv` files.