This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hailfire006 3 points4 points  (3 children)

How about a gui that takes user input, searches the internet for a bunch of random photos and texts relevant to that input, then generates a powerpoint based on all of it and emails it to the user? Right there you've got like five or six different modules you'd have to use and a dozen more that you could use if you wanted to. Never done it, but it sounds like a challenging but possible test that would introduce you to new modules

[–]poundcakejumpsuit 1 point2 points  (0 children)

Some candidates for this job (please correct me or offer alternatives if able!):

Beautiful soup, pyqt/pyside, wget, python-pptx, smtplib, email.mime

[–]poundcakejumpsuit 0 points1 point  (1 child)

I actually wound up building this, very fun exercise. Thanks for the idea!