SirmaXX / custumersurvey

customer satisfaction survey example project built with tkinter,ttkboostrap,sqllite for desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Costumer Survey Example Gui project

This example build with tkinter,ttkboostrap and sqllite for beginners and basic level projects. /Bu örnek, yeni başlayanlar ve temel seviye projeler için tkinter, ttkboostrap ve sqllite ile oluşturulmuştur.

Screenshots

main page /anasayfa

main page

outputs / çıktılar

pdf output /pdf çıktısı

pdf output

excel output /excel çıktısı

excel output

support page / destek sayfası

support page

Usage / Kullanım

$ python3 survey.py

Build

you can build executable file(exe ) with pyinstaller/pyinstaller ile çalıştırılabilir dosya (exe) oluşturabilirsiniz pyinstaller --noconsole --onefile survey.py

Development /Geliştirme

you can use virtual environment or directly which installed pip ,tkinter,ttbootstrap /sanal ortamı kullanabilir veya doğrudan pip, tkinter, ttbootstrap'ı yükleyebilirsiniz

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

About

customer satisfaction survey example project built with tkinter,ttkboostrap,sqllite for desktop


Languages

Language:Python 100.0%