An open API service indexing awesome lists of open source software.

https://github.com/sirmaxx/custumersurvey

customer satisfaction survey example project built with tkinter,ttkboostrap,sqllite for desktop
https://github.com/sirmaxx/custumersurvey

gui-application sqllite-database tkinter-gui ttkbootstrap

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](/img/intro.png "main page")
## outputs / çıktılar
### pdf output /pdf çıktısı
![pdf output](/img/pdfoutput.png "pdf output")
### excel output /excel çıktısı
![excel output](/img/excel.png "excel output")
## support page / destek sayfası
![support page](/img/support.png "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