Skip to content

A very simple Python project that help you to export all table in sqlite into a single Excel file

Notifications You must be signed in to change notification settings

anhtuank7c/sqlite2excel

Repository files navigation

Sqlite to Excel

Setup

Clone this project to your computer and install required dependencies

# Windows
python -m venv .venv
.\.venv\Scripts\activate
pip install -r .\requirements.txt

# Mac
python3 -m venv venv
source ./venv/bin/activate
pip install -r ./requirements.txt

Rename .env.example to .env then changes all the variables base on your need

Run project

# Windows
python .\main.py

# Mac
python ./main.py

Build executable binary file

Searching for PyInstaller for details

About

A very simple Python project that help you to export all table in sqlite into a single Excel file

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages