Skip to content

davidhintelmann/PyQt5-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQt5 Python GUI

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.

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'

Simple graphing utility written in Python

Simple graphing utility written in Python

Simple graphing utility written in Python

tabs.py

Simple demo of using tabs in PyQt5.

Simple graphing utility written in Python

Simple graphing utility written in Python

Simple graphing utility written in Python

simple-calc.py

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

Simple Calculator Written in Python

helloworld.py

Introduction to PyQt5 GUI Python library.

Hello world of PyQt5 apps

fugue-icons-3

Icons used in this project are from here under a Creative Commons Attribution 3.0 License

About

Simple Python GUI App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages