4 Réponses
+ 12
@Suhi Kun
there are alot of options. kinda depends on your skill level. for some, making a machine learning ai could take an hour, for others, weeks etc
but here are some medium level projects if you know all the basic concepts:
a console based text game. it could be a choose your own adventure, a simulator, even a roguelite with ascii graphics! (ask me if you go that route, I can tell you the command to clear console). this is a good choice since you don't need any modules.
some sort of webscraper. maybe you want a list of all dinosaurs that start with the letter F. you can scrape wikipedia for that. or maybe you want to find shoes below a certain price range on amazon. or all the names of users with codes above 420 likes on Sololearn! you'll likely want to use the beautiful soup or selenium module.
some sort of program with a simple gui, that does something simple. if you have no ideas, maybe take one of your old codes and turn it into a gui. use tkinter or pygame modules.
+ 11
On Sololearn CodePlayground, or on PC?
+ 1
@Ahri Fox PC
+ 1
write a GUI program that is basically a white board for you to jot down ideas for projects