Find the hours played on a game from Steam using the Steam Web API
Open steamGET.py
and fill in the following contents:
appid = 'XXXXXXXXXX' # App ID of the game you want to get the playtime of
steamid = 'XXXXXXXX' # Steam Profile 64bit ID
key = 'XXXXXXXXXXXX' # Steam Web API Key
Run the script with python3
python3 steamGET.py