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
- Host: GitHub
- URL: https://github.com/sirmaxx/custumersurvey
- Owner: SirmaXX
- Created: 2024-02-19T08:01:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T09:57:38.000Z (over 1 year ago)
- Last Synced: 2025-01-28T22:26:05.796Z (4 months ago)
- Topics: gui-application, sqllite-database, tkinter-gui, ttkbootstrap
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## outputs / çıktılar
### pdf output /pdf çıktısı

### excel output /excel çıktısı

## support page / destek sayfası
# 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