How to develop, pack and deliver Python applications with TkInter and Kivy
This is the official repository of the book PYTHON FOR DESKTOP APPLICATIONS.
Buy it on Amazon
You can view/download the table of content of the book here
A sample/preview chapter of the book is available here
- Clone this repository:
git clone https://github.com/loitd/python4desktop
- Switch to new created folder:
cd python4desktop
- Change directory to your desire chapter:
cd chapter01
- Create/Activate chapter's virtual environment:
python -m venv venv
- On Windows:
venv\Script\activate
- On Linux/MacOS:
source venv/bin/activate
- On Windows:
- Install dependencies:
pip install -r requirements.txt
- Run your desired example(s):
python example0101.py
Having trouble with the book? Do the following advice step-by-step:
- Check out our documentation (this page)
- Read the book carefully again. Make sure you didn't skip any step. All the examples in the book tested multiple times by myself.
- Chat directly with people on the Telegram group for interactive support: https://t.me/py4da
- Create issue on this repository
- contact me and I’ll try to help you sort it out.