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

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

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.