A while back I heard someone talk about COVID statistics and how Seniors were the majority of COVID deaths. I tried to find a place to look up this information, but it was really hard to find. Most data dashboards out there usually would list cases with “rolling averages” or “7-day averages” and all sorts…
Category: Python
Python: Show your friends playing games on Steam
This requires the following: A Steam account (set to “public”) A Steam API Key Your SteamID64 ID Friends (public, online, and playing a game) Simply replace “YOUR_STEAM_API_KEY” with your Steam API key and “YOUR_STEAM_UID64” with your SteamID64 ID. Copy the script below and save it as “steam_snake.py”, then run the file: $python3 steam_snake.py It should…