Skip to content

sujaldev/sql2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL2PDF

Convert SQL QUERIES to PDF or WORD

DEMO

DEMO

Output

OUTPUT

How to run

These commands are for Linux with Google Chrome installed.
Although it will work on Windows if the system has Google Chrome installed and installation directory is in PATH.

Fetch repo and install dependencies

git clone https://github.com/sujaldev/sql2pdf.git
cd ./sql2pdf
pip install -r requirements.txt

Launch app

cd ./src
python3 run.py

NOTE

This project is no longer in development since I came up with a better idea for my school project.

About

Runs MySQL queries and generates a PDF with query and output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages