hirusha-adi / Govisetha-Lotteries

Scrap the Sri Lanka's Govisetha Lottery's Past Results and analyze them to get the most repeated values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Govisetha-Lotteries

Scrap the Sri Lanka's Govisetha Lottery's Past Results and analyze them to get the most repeated values.

How to Setup?

  • Install Requirements

    python -m pip install -r requirements.txt
    
  • Run the Script

    python govisetha.py
    

Output

  • By default, two files will be generated
    1. govisetha_analyzed.csv
    2. govisetha_analyzed.png

Sample govisetha_analyzed.csv File:

  • The first column is the Value and the second column is the Count (the number of times that the value has been repeated)
Value,Count
25,19
10,18
71,17
  • In this example above, the Value "25" has been repeated 19 times
  • the Value "10" has been repeated 18 times
  • the Value "71" has been repeated 17 times

Sample govisetha_analyzed.png File:

govisetha_analyzed

About

Scrap the Sri Lanka's Govisetha Lottery's Past Results and analyze them to get the most repeated values.

License:MIT License


Languages

Language:Python 100.0%