Skip to content

Releases: iljohnson/LawnBowls

Lawn Bowls Draw Generator V5

24 Aug 05:19
2d9db9c
Compare
Choose a tag to compare

The tool has been updated to allow the use to add an additional column so that end wins can be counted in the points total. In addition another points scheme of 10 win, 4 draw and 0 for a loss to 10 win, 5 draw and 0 for a loss.

Lawn Bowls Draw Generator

05 Aug 09:07
e0f5fac
Compare
Choose a tag to compare

Added GUI to python version and added windows exe version with GUI as well.

LawnBowls V3.0

01 Aug 07:44
bc49a9e
Compare
Choose a tag to compare

Draw formatting updated and a function to automatically calculate the standings has been added to the Lawn Bowls Draw output.

LawnBowls V2.0

23 Jul 05:12
e2625e7
Compare
Choose a tag to compare

Have simplified the modules so there are only two, funtools.py which contains all the functions and main which only contains the function call.
a - funtools.py contains all the functions
b - main.py contains the function call which you use to run the program
c - my_new_draw is a binary file that contains draw data which is used by the functions
d - output_data.xlsx is the output file that contains the completed and fully populated draw,

Lawn Bowls Tournament Tools

22 Jul 07:31
70d3541
Compare
Choose a tag to compare

rewrite of python code so it is split into functions. Run solve() in main and then run arrange_export(rnds, team_num in function_draw_by_team and this will produce an excel spreadsheet with the draw as per the setting in the globals file. Change rounds and teams to affect the output. Try and keep the number of rounds below 7 for numbers of teams less than 16.