An open API service indexing awesome lists of open source software.

https://github.com/ocskier/vidgameslookup

A Python widget-based app for looking up video games in a SQL DB
https://github.com/ocskier/vidgameslookup

mysql-connector pipenv python sql tkinter

Last synced: 2 months ago
JSON representation

A Python widget-based app for looking up video games in a SQL DB

Awesome Lists containing this project

README

          

# Video Game Lookup


A Python based application using Tkinter and MySQL to interact with top video games database

![tkinter window](assets/CaptureTkinter.png)

## Prerequisites

pipenv

## Installation

```bash
pipenv install
```

## Usage

```bash
pipenv run start
```

## Running Tests

N/A

## Deployment

N/A

## Authors

[Jon Jackson](http://github.com/ocskier)

## Contributing
Please make sure to update tests as appropriate.

## License

[Apache 2.0](LICENSE)