Impressive! I really like the isometric style and how you accomplished that with pygame. There were some moments that I am not a fan of like the backtracking part to get the coffee and the issues with the camera. Aside from those, I think the game is good!
Also, a tip: If you aren't using it, exclude numpy when compiling with PyInstaller. In the cmd, use --exclude-module=numpy line. Numpy takes up a lot of space and people aren't too keen about downloading games that have large file sizes.