added makePdf function, documentation, new version

This commit is contained in:
lukew3
2020-11-20 14:05:48 -05:00
parent be2922a5b0
commit 27082cc299
4 changed files with 21 additions and 2 deletions

View File

@@ -11,3 +11,6 @@ for item in list:
# print(mathgen.getGenList())
print(mathgen.genById(111))
#Make a pdf with 10 problems of generator id 1
mathgen.makePdf(0, 10)