stable build v1.1
Generate Database connection for your project with no effort
Graphical User Interface for easy usage
Python 3.x.x
PyQt 5.x
- If you are using Anaconda then PyQt is already installed. If you have old version then you may need to update to PyQt5
- If PyQt is not installed then it can be installed using command
pip install PyQt5
- clone this repo into any directory using url : https://github.com/yunghog/w3bsite13locker.git
git clone https://github.com/yunghog/dataBaseConnectionGenerator.git
- open the cloned directory
- run
setup.py
using command
python setup.py
- Generate Database Connection file with no effort
- Graphical User Interface for easy usage
- Commandline script for quick operation
- Lightweight python script
- Easy to handle
- To use the Commandline version of dbConnect, run
dbGenCli.py
using command
python dbGenCli.py
- Then a prompt will ask to input DB variables. Input the variables and hit enter to generate DBConnection
- To use Graphical version of dbConnect, run 'dbGenGui.py' using command
python dbGenGui.py
- Fill the fields and hit
generate
button to generate DBConnection - Click on
preview
button to preview the code
# dataBaseConnectionGenerator v1.0
- generate dbConnection using cli script
- graphical use interface for easy interaction
- preview button to open the generated script instantly
- raise exception for invalid input
# dataBaseConnectionGenerator v1.1
- added about window
- dark theme for GUI
- preview section format
setup.py
dbGenGui.py
about.py
- This section will be updated soon
- 🍴 Fork this repo!
- 👯 Clone this repo to your local machine using
https://github.com/yunghog/dataBaseConnectionGenerator.git
- Pull requests