Skip to content

A simple Python GUI application that generates Powerball numbers

License

Notifications You must be signed in to change notification settings

MikeFrett/Powerball-Number-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powerball Number Generator (Python GUI)

A simple Python GUI application that generates Powerball numbers based on statistical frequency analysis of 16 years of historical winning Powerball numbers.

The program reads previous winning numbers from a text file and generates weighted random results displayed in a clean graphical interface.

Requirements

  • Python 3.x
  • Tkinter (included with standard Python on most systems, including Ubuntu)

Notes

  • Uses frequency weighting based on historical results

  • Generates 5 white balls (1–69) and 1 Powerball (1–26)

  • For educational and entertainment purposes only

Installation

Clone the repository:

git clone https://github.com/MikeFrett/Powerball-Number-Generator.git
cd Powerball-Number-Generator
python3 powerball_gui.py

About

A simple Python GUI application that generates Powerball numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages