# Empire Stats Collector A Python based stats collector for Empires Mod
## Usage
To listen for incoming UDP packets and process them, run the following command:
```python main.py <Host IP> <Port>```
To generate map statistics per server, run the following command:
```python map_stat_gen.py```
Note: This command outputs the generates statistics in .csv format to stdout