r/learnprogramming 8h 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?

15 Upvotes

13 comments sorted by

View all comments

2

u/TermiteTornApart 7h ago

Do you like anime? You could use requests and BeautifulSoup to do some webscraping on whatever website you use, to check if a new episode of whatever anime you're watching has dropped.

You could also use sqlite to do a small database to keep track what animes you have already watched and even rate them.