This program manages election data by importing candidate names and vote counts from a file. It provides commands for candidate vote lookup, determining the election winner, and displaying election statistics (including total and average votes, percentages). It helps track and analyze election results efficiently.
python statistics file-handling data-analysis console-application data-processing file-io election-results array-manipulation voting-system vote-count election-statistics election-winner
-
Updated
Oct 23, 2024 - Python