https://travis-ci.org/mabernardo/python-tgdbapi.svg?branch=master https://codecov.io/gh/mabernardo/python-tgdbapi/branch/master/graph/badge.svg Code Health Documentation Status

python-tgdbapi

A comprehensive python wrapper for thegamesdb.net API (http://wiki.thegamesdb.net/index.php?title=API_Introduction).

Installation

pip install python-tgdbapi

Contributing

python3.6 -m venv ./venv
  • Install the requirements:
make install
  • Start coding ;)

Requirements

  • python3.6
  • pip