https://github.com/andrew-geeks/tkinter-voting-system
A Python tkinter project with sqlite. This Voting System helps to cast votes to candidates and view the poll results
https://github.com/andrew-geeks/tkinter-voting-system
python3 sqlite sqlite3 sqlite3-database tkinter tkinter-graphic-interface tkinter-gui tkinter-library tkinter-python tkinter-sqlite
Last synced: about 1 month ago
JSON representation
A Python tkinter project with sqlite. This Voting System helps to cast votes to candidates and view the poll results
- Host: GitHub
- URL: https://github.com/andrew-geeks/tkinter-voting-system
- Owner: andrew-geeks
- Created: 2020-04-14T16:04:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T03:47:02.000Z (about 4 years ago)
- Last Synced: 2025-05-06T00:13:28.072Z (about 1 month ago)
- Topics: python3, sqlite, sqlite3, sqlite3-database, tkinter, tkinter-graphic-interface, tkinter-gui, tkinter-library, tkinter-python, tkinter-sqlite
- Language: Python
- Size: 7.81 KB
- Stars: 11
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tkinter-voting-system-python
A Python tkinter project with sqlite. This Voting System helps to cast votes to candidates and view the poll results
You can create polls, vote in them and view their results. We have used tkinter,sqlite & matplotlib library. You can also project the results in a pie-chart format.
Sqlite is used to create databases and manage the data.
Web version:When you create a new poll, a new database is created to store the casted votes.
I have created a sample poll: 'myelection' which incudes 3 candidates# Releases
Latest: v1.0# Updates
Coming Soon# Libraries Used
1. Tkinter
2. Matplotlib
3. Sqlite3# Installation
```
pip install matplotlib
```
>Sqlite3 and Tkinter are already installed with your python IDE.