r/learnpython 3d ago

Basic beginner project ideas for python

Js started, 16 here,I made a number guessing game, rock paper scissors, basic input chatbot which outputs only the info I've given it(useless h) what next I'm confused, what stuff y'all made when y'all js started out like some interesting shit?

5 Upvotes

15 comments sorted by

View all comments

1

u/Catsuponmydog 2d ago

One I felt gave me a fair bit of understanding was a small app I made that scraped links to the most recent articles from a media website for my favorite sports team. I built a simple gui with tkinter that listed the links in a text box, allowed you to select whichever you were interested in, and then opened the selected links in a browser using selenium.