pubgheatmap
pubgheatmap copied to clipboard
Create heatmap image of players activity of the match of PLAYERUNKNOWN'S BATTLEGROUNDS.
pubgheatmap
Create static heatmap image or temporal heatmap of players activity of the match of PLAYERUNKNOWN'S BATTLEGROUNDS.
Temporal heatmap example:
Static heatmap example:
Requirements
Python 3
- heatmappy
- pubg-python
- tkinter
How to use
First of all, set yours developer API key to API_KEY in pubgheatmap.py. You can get api key from PUBG developers web-site.
Help message:
pubgheatmap.py -h
To get a static full players activity heatmap image of my last match on the EU server:
pubgheatmap.py -p tetraquark -s pc-eu -o my_static_heatmap.jpg
To get a temporal heatmap frame of my last match on the EU server:
pubgheatmap.py -p tetraquark -s pc-eu -t
You can use the scroll or the left or right arrow key to rewind the temporal heat map.