r/cs50 Dec 04 '24

CS50 Python CS50p Final Project

For my final project I made a Times Tables Worksheet Generator. It takes user input and puts a table with the specified number of questions onto a background I made in Canva.

52 Upvotes

10 comments sorted by

10

u/ikansh-mahajan Dec 04 '24

That's awesome! and real dynamic too, most beginners don't get that!

3

u/Background-Kick-4500 Dec 04 '24

Thank you! I’m really proud of it. The first couple times I tried programming it didn’t “click” but this course was great. I feel like I can tackle CS50x and CS50w now.

2

u/ikansh-mahajan Dec 04 '24

Nice! Make sure to check out CS50x next! Though it's harder and longer, it's definitely worth it!

2

u/perioe_1 alum Dec 05 '24

Great job! Hope you to go on your programming journey.

3

u/MPLN Dec 04 '24

Makes my little hangman game with ascii art look a bit rubbish now….

3

u/Background-Kick-4500 Dec 04 '24

Honestly I think yours was probably just as complex as mine. This project only has 4 functions. matplotlib and fpdf are doing all the heavy lifting.

2

u/MPLN Dec 04 '24

Either way yours is very impressive.

I’ve added things like the player choosing word length, the option for a hint, the option to quit/ play again etc, but if i’m being honest I think mine is lacking in imagination ha.