Skip to content

hari-2312/Voting_System_using_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOTING SYSTEM USING PYTHON

creating a 'voting system using python' with tkinter and sqlite3 libraries is a project that can help understand GUI developement and database management. this project involves building a graphical user interface(GUI) where users can cast their votes for different candidates or options, and the votes are stored in a Sqlite database for later analysis or reporting. we can create polls, vote in them and view their results. We have used matplotlib library, to project the results in a pie-chart and bar-chart formats.

Libraries Used

  1. tkinter
  2. matplotlib
  3. Sqlite3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages