$ pip3 install maxminddb-geolite2
If your network interface is ethernet
cmd = r"C:\Program Files\Wireshark\tshark.exe -i ethernet"
You can list all your interfaces by running this in the cmd
"C:\Program Files\Wireshark\tshark.exe" --list-interfaces
If your interface is in position 6 put
cmd = r"C:\Program Files\Wireshark\tshark.exe -i 6"
$ py App.py