Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 430 Bytes

File metadata and controls

23 lines (14 loc) · 430 Bytes

flow

flow

A simple and lightweight database management tool with GUI and based on SQL queries execution.

Building from the source

To build from the source you should have python installed and pip install pyinstaller set up.

Bash/cmd build command:

pyinstaller flow.exe.spec

Resulting .exe will be deployed to dist folder.

Running using python intepreter

python window.py