Skip to content

andrew-geeks/tkinter-voting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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: https://github.com/andrew-geeks/vote.com

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.

About

A Python tkinter project with sqlite. This Voting System helps to cast votes to candidates and view the poll results

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages