A recipe book desktop app. Supports searching through recipes by their names. Displays image, ingredients and instruction of the recipe.
User login implemented.
Used: PySide2 + SQLite3
Usage (Linux):
- Open terminal.
- Make sure you have python3 and PySide2 installed:
sudo apt install python3
pip install PySide2
- Download the project:
git clone https://github.com/nataha11/MyRecipeBook.git
cd MyRecipeBook
chmod +x main.py
- Execute:
./main.py
- Enjoy cooking with unique convenient recipes.
Thanks for using MyRecipeBook!
Feel free to contact us in case you faced any issues using this app.