As a beginner, programming an app with Chat GPT with the following criteria: feasible or unrealistic?

Good day, I'm thinking about trying to program an app using Chat GPT alone. The app should essentially be a social app and organize/manage something in real life, let's say similar to Picolo (a drinking game app). I don't want to reveal much about it, but it should include the following criteria: Cross-platform Manage user…

Why is undeclared work so undetectable these days?

I was worried that if the government could come up with an idea for preventing the transfer of illegal money, then there wouldn't be a need to ban cash. Of course, customs officials don't know how many customers there are, but they would have to have an app developed by banks where the customer can…

KivyMD: How can I read data from a widget in another class?

How do I get data from widgets of another class? I want to get data from the "new tasks" class in the "myApp" class. The widget I want to read is located in new tasks. Function in myApp into which the data should be read: def validate_input_min(self, pText): try: value = int(pText) except: return if…