A Python desktop application to fetch details about disease from Wikipedia and search details about doctors in a location
- Prerequisites
- Images
- Changelog
- Future releases
- v1.5.0 (inbuild database)
- v2.0.0 ( excecutables )
- Contibuting
- Mysql command client (any version ) Not needed from v1.5.0
New version will be released with inbuild database.-Released v1.5.0
- Python (😅)
- Download the zip file from here
- Or using git :
git clone https://github.com/fredysomy/HeathApp
The main project can be settted up easily with the help of 1 command.
Navigate to the project folder and open the command window there. There is no need to install all the modules as it will be installed when running the below command.
runsetup
Eg:
runsetup
- Released the setup file which automate the app initialization
- Updated the runsetup.bat which now can initialise whole app
- Modified setup.py
- Changed version of pyqt5-tools
- Patched errors in helpers
- Added inbuilt database
- Modeified setup.py
- Modified runsetup.bat
- In v1.7.0 we will be releasing the executables for Windows 32 bit.
- Fork the repostory
- install the dependencies
- Make your changes
- And make a pull request from your repo. (I will surely look forward for the PR's)