Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 690 Bytes

File metadata and controls

32 lines (20 loc) · 690 Bytes

Python_Database_to_Google-Sheets

A little export utility to take data from mysql queries and place them in Google spreadsheets.

Installation

Use the package manager pip to install the package.

pip3 install -r requirements.txt

Usage

Layouts can be found in examples/ directory.

Recommended to read main.py & configuration.py documentation.

Run

python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update examples appropriately.

License

GPL-3.0