Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program napisany w Pythonie z okienkiem GUI do wklejenia SQL i jego formatowania, używający tkinter oraz sqlparse.

Jak uruchomić:

  1. Zainstaluj/sprawdź sqlparse:

    python3 -m pip install sqlparse
  2. Uruchom:

    python3 sql_formatter_gui.py

Tworzenie wersji exe:

Jeśli chcesz wersję .exe:

# raz (instalacja)
python3 -m pip install pyinstaller
# nowy exe
pyinstaller --onefile --noconsole sql_formatter_gui.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages