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.
- Host: GitHub
- URL: https://github.com/gridhead/pharmadb-store
- Owner: gridhead
- License: gpl-3.0
- Created: 2019-04-14T07:45:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T03:38:46.000Z (over 6 years ago)
- Last Synced: 2025-03-28T17:52:12.413Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.**