Looking for miniproject ideas, what should I do?
I work with Python for now, I'm a beginner and have watched/done other lectures/tutorials for Python aside from SoloLearn. I've decided to take a break from learning and want to apply what I've learned by making mini-programs to gain a deeper, more practical understanding of what I've learned thus far. So far, I've made: -A calculator that can also do decimals and exponents, differentiate between even and odd, can tell if 2 numbers are equal or not and can identify it a pair of numbers is equal, lesser/greater than. -A short text rpg about a squirrel chasing after a bird that took his acorn. This one's pretty dependent on if, elif & else. Practically everything operates on them save for the print(), input() and some def() for repeating aspects of the story. I haven't truly grasped just how versatile Python can be, so I'm pretty stumped for ideas for my mini-projects. So I'm taking requests here, if I think I can do it then I'll try it out and post it here.