Updating the app to remove Cash 4 Life
Since it will be a swap, certain things will have to be done to remove the data for Cash 4 Life and introduce the Millionaire for life game.
1. Obtain the new image
2. Update the config.py file to remove the PACashForLife.csv file and replace it with the PAMillionaireForLife.csv
3. Change the game metadata for the name, Icon, number of draws for the sample size (870), high ball (from 60 to 58) and also change the nonus high ball from 4 to 5.
4. Rename the button on the game select screen to match the new game.
5. Introduce the logic that will disable the "classification" script until the .csv file contains 870 draws. This will be a wide universal change that checks the .csv row count with the value in "classifier draws" for all games.
6. Determine the new ID number for the URL query parameter to select the right data to scrape.
I am also considering placing a Quick Pick button for each game, it will go in line with the classification and frequency Analysis buttons on the game action screen. A true QP generator that will display the QP appropriate for each individual game when pressed on that screen.
The first step of all is to make the above changes to the windows app. Then simply rebuild and update the Android app. Also adding an icon to the windows desktop for a 1 click launch of the app. Still plenty to work on, but the look and feel of the UI on both platforms seems solid!






here is a screen shot of the game select screen in my app. It scrolls down for the jackpot games. Had an issue with the csv files not being packaged in the app, so another 3 hour tour in buildozer, but the app does launch on the phone!