This Project displays reported crime data in South Africa during the period of 2005 to 2016.
# Reported crimes in South Africa during 2005 to 2016
## Screenshots
## Running the project
### install the required packages
- linux
```shell
python3 -m pip install -r requirements.txt
```
- windows
```shell
python -m pip install -r requirements.txt
```
or
```shell
py -m pip install -r requirements.txt
```
### run the app
- linux
```shell
python3 main.py
```
- windows
```shell
python main.py
```
or
```shell
py main.py
```