This Python script fetches and displays information about video games using the RAWG API. Simply enter the name of a game, and the script will provide details such as the game's release date, rating, description, and background image.
- Fetches game information from the RAWG API
- Displays game name, release date, rating, description, and background image
- Python 3.x
requests
library
- Set the
RAWG_API_KEY
environment variable with your actual RAWG API key. - Run the script and enter the name of the game when prompted.