Graphing csv files, exmaple tabs program, and simple calculator for using PyQt5 GUI library for python. PyQt is the the python port for Qt, 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.
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'
Simple demo of using tabs in PyQt5.
The simple-calc.py script is a simple calculator which only has basic operations available. Still a bit buggy
Introduction to PyQt5 GUI Python library.
Icons used in this project are from here under a Creative Commons Attribution 3.0 License







