GitXplorerGitXplorer
M

PyQtGuis

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2272c2d3c6ae054cde461775887de2412ec98f72

Working Commit

MMggMuggins committed 7 years ago
Unverified
fb704f23c67a9f395831cfd6f574990c5b19829c

Additions and fixes for the calculator

MMggMuggins committed 8 years ago
Unverified
1c41ec8a50c066387897f25ff4b9998ab34ddb54

More small fixes to PriceFinder

MMggMuggins committed 8 years ago
Unverified
b38c94007c0fe9a8b2f180c6d718f397ba4f3a94

Small optimizations and fixes to PriceFinder

MMggMuggins committed 8 years ago
Unverified
da8f684faa3e11b1e22e83372687e616c9b0c4ce

Many changes to the calculator, still not functional

MMggMuggins committed 8 years ago
Unverified
96b89465f0bdb1c6b29923832cda067f0a987d7b

Worked on Calc some, although it needs a lot of work...

MMggMuggins committed 8 years ago

README

The README file for this repository.

PyQt Guis

This is my repository for all my little PyQt projects. If I decide to make something really fancy (which I doubt), I'll put it in it's own repo, but these are so small they don't deserve their own. However, I do want them on github. Contact me with questions!

Use Cases

Running

To run any of these programs, you need PyQt5, and Python 3.x. Install pip3 (the python package manager) on your computer, and then run pip3 install pyqt5. This should deal with all your dependencies. To run any of these programs, use python3 <filename>.

Contributing

If anyone would like to contribute, feel free! I don't much care what you do with these programs, so feel free to fork and PR to your heart's content. If your code works, I'll most likely accept your PR. If you have seriously iffy code that we'll need to hack on to make nice, please open a new branch. I'll still accept the PR.