Hello,
a total beginner to Python can make apps with this book.
The book is called "Create Graphical User interfaces with Python" , the digital version is free to download from here (no login or account needed) -
https://magpi.raspberrypi.org/books
It shows step by step tutorials to make things like -
At the end of each tutorial you will have a fully working app you have coded.
It uses guizero, this is a wrapper for tkinter, tkinter is the #1 used gui builder for Python, the book would be a great place to start making apps.
I hope it encourages you to give app making a try in your free time.
a total beginner to Python can make apps with this book.
The book is called "Create Graphical User interfaces with Python" , the digital version is free to download from here (no login or account needed) -
https://magpi.raspberrypi.org/books
It shows step by step tutorials to make things like -
- a Meme Generator App
- a Paint type App.
- several Game apps
- and other apps
At the end of each tutorial you will have a fully working app you have coded.
It uses guizero, this is a wrapper for tkinter, tkinter is the #1 used gui builder for Python, the book would be a great place to start making apps.
I hope it encourages you to give app making a try in your free time.