Skip to content

python4desktop is the official repository for the book PYTHON FOR DESKTOP APPLICATIONS.

License

Notifications You must be signed in to change notification settings

loitd/python4desktop

Repository files navigation

PYTHON FOR DESKTOP APPLICATIONS

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

Table of Content

You can view/download the table of content of the book here

Sample

A sample/preview chapter of the book is available here

Help/How to use

  • 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
  • Install dependencies:
    pip install -r requirements.txt
  • Run your desired example(s):
    python example0101.py

Support or Contact

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.