satvik22122009-png/cafe-verse — reverse-engineered prompt

Reverse engineered prompt

Build me a simple cafe management app in Python with a basic desktop interface. I want it to feel like a small point of sale tool for a cafe, where someone can see the menu, add items to an order, change quantities, remove things, and see the running total right away. It should also let me manage the menu a bit, like adding or editing items and prices, and save the data so it is still there the next time I open the app.

Please keep it clean and easy to use, with a main screen for taking orders and a simple way to view past orders or at least save each order in a database. If something is missing from the current project, fill in the gaps in a practical way and keep the structure straightforward. I do not need anything fancy, just a working cafe app that is easy to run and test. If you need to, look up current Python GUI and database docs online.

Want more depth? Deep Reverse