This program adds incremented rows to the Beeminder Client-Side Graphs and Road Editor (Editor radio button).
A good walkthrough to see how the program works, and how to install/run it on windows 10 can be found here: https://youtu.be/335_2YjKxbE
This program requires Python3 and pyautogui to be installed. pyautogui can be installed with pip3:
pip3 install pyautogui
Run the program with python3:
python3 brei.py
If you have problems running the program see the following urls:
https://youtu.be/335_2YjKxbE
https://forum.beeminder.com/t/automation-program-to-incrementally-increase-a-goal-rate/6354
https://docs.python.org/3/installing/index.html
https://pyautogui.readthedocs.io/en/latest/install.html