Tiramisu

Tiramisu

"Tiramisu" is a personal project in which I wanted to use most of my advanced python knowledge.
It is basically a challenge.
This GUI software allows the user to look for ideas of desserts.
I used several packages such as Paramiko (sftp) and PyQt5 (GUI).
You can, for instance:

  • Type a name and it'll tell you the ingredients and recipes.
  • Type ingredients (and a blacklist of forbidden ingredients) and it'll tell you the possible desserts with the recipes.

This software also allows you to manipulate the handmade database model created with object oriented programming and a dataclass.
Everyone can update it locally and also upload it online, with the model being accessible on the internet.
I tried to make this software user friendly, with admin access, several themes, error handling for all kinds of exceptions, etc.
This project was done in a single week.