https://github.com/davidhintelmann/pyqt5-
Simple Python GUI App
https://github.com/davidhintelmann/pyqt5-
Last synced: about 1 year ago
JSON representation
Simple Python GUI App
- Host: GitHub
- URL: https://github.com/davidhintelmann/pyqt5-
- Owner: davidhintelmann
- Created: 2020-10-14T03:54:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-15T00:27:41.000Z (over 5 years ago)
- Last Synced: 2025-02-03T20:03:15.052Z (over 1 year ago)
- Language: Python
- Size: 7.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyQt5 Python GUI
Graphing csv files, exmaple tabs program, and simple calculator for using [PyQt5](https://pypi.org/project/PyQt5/) GUI library for python. PyQt is the the python port for [Qt](https://www.qt.io), which is a set of cross-platform C++ libraries that implement high-level APIs for accessing many aspects of modern desktop and mobile systems.
In the src directory there is a fbs project to create a stand alone python executable which will have matplotlib graphs within the app, though this is still a work in progress.
## graphs.py
This is a very simple graphing application, written in python. Can only accept .csv files and can only do a line plot for simple Y vs. X graphs (two variables). A sample .csv file has been added in this directory called 'out.csv'



## tabs.py
Simple demo of using tabs in PyQt5.



## simple-calc.py
The simple-calc.py script is a simple calculator which only has basic operations available. Still a bit buggy

## helloworld.py
Introduction to PyQt5 GUI Python library.

## fugue-icons-3
Icons used in this project are from [here](https://p.yusukekamiyamane.com) under a [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/)