Skip to content

Commit

Permalink
Update README.md to reflect recent changes in vgde.py
Browse files Browse the repository at this point in the history
Added information about improved logging configuration.
Mentioned error handling for non-integer request timeout values.
  • Loading branch information
veddevv authored Jan 10, 2025
1 parent 984439e commit 7adb601
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# vgde

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.
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, etc.

## Features
- Fetches game information from the RAWG API.
- Displays game name, release date, rating, description, and background image.
- User-friendly prompts for game search.
- Error handling for network issues and invalid input.
- Improved logging configuration for better debugging.
- Graceful handling of non-integer request timeout values.

## Requirements
- Python 3.x
Expand All @@ -29,7 +31,7 @@ This Python script fetches and displays information about video games using the
```sh
export RAWG_API_KEY='your_api_key_here'
```

2. Run the script:
```sh
python vgde.py
Expand Down

0 comments on commit 7adb601

Please sign in to comment.