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.

Features

Requirements

Installation

  1. Clone the repository:
     git clone https://github.com/veddevv/vgde.git
     cd vgde
    
  2. Install dependencies:
     pip install -r requirements.txt
    

Usage

  1. Set the RAWG_API_KEY environment variable with your actual RAWG API key:
     RAWG_API_KEY='your_api_key_here'
    
  2. Run the script:
     python vgde.py
    
  3. Enter the name of the game when prompted.

Developer Mode

Contributing

License