KetoGator
Current dependencies
PyQt5:
pip install PyQt5
Pandas:
pip install pandas
Excel for Pandas:
pip install xlrd
For writing Excel sheets
pip install xlwt
For connecting to MySQL databases
pip install mysql-connector-python
For Excel sheet editing:
pip install openpyxl
For graphical representation
pip install matplotlib
Possible Installs and Configurations
Sudo Installs for the QC library to work with OpenGL
I set up by Ubuntu WSL the same way as instructed at the beginning of the class. However, after packaging the program, there were some issues interally with the Linux system. There were errors that were given in relation to not being able to find "xcb" and not finding some libxcb.so files. I had to do the following to fix this error:
sudo apt-get install libxcb-icccm4-dev libxcb-image0-dev libxcb-shm0-dev libxcb-keysyms1-dev libxcb-render-util0-dev libxcb-render0-dev libxcb-xfixes0-dev libxcb-xkb-dev libxkbcommon-x11-dev libxkbcommon-dev libxcb-xinerama0-dev
This will have to be installed before the program can be ran, IF a xcb error is produced.
VcXsrv
Again, VcXsrv was set up just the way as instructed in class. However, I was getting the following libGL (library for OpenGL) errors: libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast
I found that it was a configuration with the server. I did the following options for setting up the VcXsrv server and it fixed the OpenGL errors: 1. Choose Multiple Windows 2. Set Display to the value 0 3. Choose the Start No Client option 4. Disable the Native OpenGL option.
In class, our config files keep the display value to -1 and the Native OpenGL option is Enabled. When I changed these two options, the libGL errors went away. These errors could cause problems in the display.
This will have to be changed before running the program, or it could possible cause errors with the UI.
MySQL Configuration File (LATER)
The MySQL connector looks for a configuration file called mysql.conf. It should specify host, database, user, password, and port information for the target database.
The package should install all dependencies.
Our project specifications have changed by the "customer" of this project just recently (6/27). This config will be added at another time.
GitHub Link
https://github.com/KylerKatz/KetoGator/tree/dain_kg_package5
PyPl
pip install KetoGator==1.0.16
Executable line
kgstart
Username and Password
Username: user Password: password
Contributions
Joseph: Did the back end portion of the project, along with creating deidentified data and porting it to a database. Kyler: Did the UI and all the logic and design to it. Roberto: Did the research necessary for the interface and read/write to the OneDrive for the professor's team. Also helped with coding the graphs. Dain: Did all research necessary for packaging the project, ensuring compatibility, and coded the graphs based on existing R code.
Release files for KetoGator 1.0.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| KetoGator-1.0.16.tar.gz | 269.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| KetoGator-1.0.16-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 582.9 kB
Release files / KetoGator-1.0.16.tar.gz
| Download URL | KetoGator-1.0.16.tar.gz |
|---|---|
| Size | 269.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9a674999887816fcdc275f2dcb3b9f387e1ed1cc07360d0a392e6d1d79b80365
|
|
BLAKE2b-256 checksum How to use checksums |
48b96d3e9e60a0eb1ca751aacd8a4d2b698203123cfb1877ee4bf106a7eb3fb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
|
Release files / KetoGator-1.0.16-py3-none-any.whl
| Download URL | KetoGator-1.0.16-py3-none-any.whl |
|---|---|
| Size | 313.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dca41a9a65be6b2ac4edeb5d23fed2320367a1c4fa083bd68566a08a2711d5cd
|
|
BLAKE2b-256 checksum How to use checksums |
55b5cc5fd7bccb2f9651f0474525ed2f0ec79322a0185ac5b392726249d24c78
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
|