Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Python and PyQt: Building a GUI Desktop Calculator

This folder provides the code examples for the article Python and PyQt: Building a GUI Desktop Calculator.

Folder Content

The current folder, pyqt-calculator-tutorial/, hosts two subfolders:

  1. examples/ contains the source file of every example in the tutorial.
  2. pycalc/ stores the code and related resources for your PyQt Calculator app.