Skip to content

A basic Voting application which is fully build using Python and MySQL as database. Here we can add as many roles as we want but initially it has two roles one is admin and other is a normal user. Here password of all user and admin are masked using SHA-256 encryption

Notifications You must be signed in to change notification settings

kumarraja2k05/Voting-Application

Repository files navigation

Voting-System

normal_user actions:

1) edit the details

2) vote

3) check if i am approved

4) apply for becoming as admin.

admin actions:

1) check all the pending new user approvals

2) check all the pending old user details modification

3) approve user as admin.

4) add party to stand in election tables

5) start election, and send notification mail to all users to vote within 24 hrs.

6) close the voting.

7) del user.

8) Release the results

#Execution will begin from main.py file.

---Note--- Default Password for admin is 1234.

About

A basic Voting application which is fully build using Python and MySQL as database. Here we can add as many roles as we want but initially it has two roles one is admin and other is a normal user. Here password of all user and admin are masked using SHA-256 encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages