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
- Host: GitHub
- URL: https://github.com/ocskier/vidgameslookup
- Owner: ocskier
- License: apache-2.0
- Created: 2021-02-09T19:08:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T19:21:08.000Z (over 5 years ago)
- Last Synced: 2025-12-07T17:53:28.803Z (7 months ago)
- Topics: mysql-connector, pipenv, python, sql, tkinter
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Video Game Lookup

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

## 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)
