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

https://github.com/gridhead/pharmadb-store

An user friendly GUI for pharmaceutical purchases for PharmaDB.
https://github.com/gridhead/pharmadb-store

Last synced: about 1 year ago
JSON representation

An user friendly GUI for pharmaceutical purchases for PharmaDB.

Awesome Lists containing this project

README

          

# PharmaDBStore
An user friendly GUI for pharmaceutical purchases for PharmaDB.

# See [PharmaDBClient](https://github.com/t0xic0der/PharmaDBClient) first.

## Getting the GUI up and running
Make sure you have the following installed on your PC
* Tkinter
* Python 3 MySQL Driver
* Python 3.6 or above
* MySQL Community Server
* MySQL Workbench
* Administrator access
* Linux based OS

## Make sure
that all the downloaded files are in the same directory.

## Keep In Mind
* The application assumes your database to hosted at ```localhost``` or ```127.0.0.1```.
* Username is taken as ```root``` and Password is taken as ```password```.
* The default database is called ```PharmaDBTest```.
* **If you wish to change the credentials, do so in ```connCache.txt``` file to avoid errors.**