This app was mentioned in 5 comments, with an average of 1.00 upvote
Good Morning! I've been doing some research into re-creating one of my favorite android apps on my computer, Listing It!
It's basically a checklisting app where you can create lists of lists, and have a checkbox next to each item in the list. For example, I have a list of recipes, and there's a sublist where you can see the ingredients so:
[] Boiled Eggs - [] Ingredients [] Egg [] Pot - [] Instructions [] Heat Pot to Boiling [] Place Egg in Pot [] Wait
Over the last year I find myself using it a lot, and it would be better for me if I could add things to a list directly from my computer without having to type it into my phone. My question is, should I figure out how to do this myself? The concept doesn't seem to complex...I've gone through Automate The Boring Stuff and have done a few personal projects, webscrapers, weather via text, etc. But does anyone know if I should go through the trouble to learn PyQT5 and how to create such an application? Is it worth it to build something similar from the ground up? Did someone build something similar? Just seeing what my best course of action here is. Thank you!