PharmaDB Store
An user friendly GUI for pharmaceutical purchases for PharmaDB.
See 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
- Any GNU/Linux 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
or127.0.0.1
. - Username is taken as
root
and Password is taken aspassword
. - The default database is called
PharmaDBTest
. - If you wish to change the credentials, do so in
connCache.txt
file to avoid errors.