The Massachusetts Keno Scraper is a Python application designed to scrape and display Keno winning numbers for the day. The app provides a graphical user interface (GUI) for users to view winning numbers, statistics, and hot numbers.
- Display Winning Numbers: View the latest winning numbers for Massachusetts Keno.
- Number Statistics: Explore statistics on how frequently each number has come out.
- Last 20 Repeats: See the most recent 20 numbers that have repeated and their frequencies.
- Hot Number Analysis: Identify the current "hot number" and the numbers frequently associated with it.
-
Clone Repository: git clone https://github.com/your_username/Massachusetts_Keno_Scraper.git
-
Install Dependencies: cd Massachusetts_Keno_Scraper python3 -m venv venv source venv/bin/activate # On Windows: .\venv\Scripts\activate pip install -r requirements.txt
-
Run the Application: python3 keno_scraper.py
-
Explore the GUI:
- View winning numbers, statistics, last 20 repeats, and hot number analysis.
- Python 3.x
- Tkinter (usually included with Python)
- (Other dependencies if applicable)
This project is licensed under the GPL-3.0 License.
Feel free to share, modify, and use the code as per the terms of the GPL-3.0 License.
Happy Keno Scraper-ing!