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.
- Python 3.x
- Tkinter (included with standard Python on most systems, including Ubuntu)
-
Uses frequency weighting based on historical results
-
Generates 5 white balls (1–69) and 1 Powerball (1–26)
-
For educational and entertainment purposes only
Clone the repository:
git clone https://github.com/MikeFrett/Powerball-Number-Generator.git
cd Powerball-Number-Generator
python3 powerball_gui.py