GithubHelp home page GithubHelp logo

pythonguis / pythonguis-examples Goto Github PK

View Code? Open in Web Editor NEW
3.9K 3.9K 1.1K 4.17 MB

Demo desktop apps built with Python & Qt. With examples for PyQt6, PySide6, PyQt5 & PySide2

Home Page: https://www.learnpyqt.com/examples

License: MIT License

Python 99.97% Shell 0.03%
desktop desktop-application example-app gui pyqt pyqt4 pyqt5 pyqt5-tutorial python python-apps python-gui python3 qtdesigner

pythonguis-examples's People

Contributors

besnoi avatar mexchip avatar mfitzp avatar mzurzolo avatar oborshch avatar tarunavba avatar timgates42 avatar whattheserver avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pythonguis-examples's Issues

Please mentions pyqt5 or pyqt4

Please mentions the version of python and version of PyQt used in description / README :

  1. Python2 or Python3
  2. PyQt4 or PyQt5 or Both.

Currency: legacy api.fixer.io

The currency.py uses a fixer.io legacy API (api.fixer.io).
As of March 6th 2018, the legacy fixer API is deprecated, to use the service we need a (free, but registration-bound) fixer access token. So i believe it is needed to replace

url = 'http://api.fixer.io/{}'.format(when.isoformat())

with

url = 'http://data.fixer.io/api/{}?access_key=12345678900000000000000000000000'.format(when.isoformat())

where of course 12345678900000000000000000000000 is your personal access key.

Browser crashes when saving file

Traceback (most recent call last):
  File "browser.py", line 163, in save_file
    html = self.browser.page().toHtml()
TypeError: toHtml(self, Callable[[str], None]): not enough arguments
Aborted (core dumped)

To recreate:

  1. First, open any page in the browser.
  2. Then, click the File->Save menu option.
  3. Give it any name, and click save.
  4. The browser will hang for a second, then crash.

I tested it on google.com and xkcd.com, using normal filenames with no special characters.
I am on Ubuntu 20.10 using a venv with python 3.8 and the latest packages required by requirements.txt.

New tab and view pdf file

Nice project congratulations.

Wondering if it is possible to open a tab new with an html command and view pdf file?

<a href="<?php echo $pdf; ?>" target="_blank">ViewPDF</a>

for calculator, is sip needed?

playing with calculator I received

 python calculator.py
Traceback (most recent call last):
  File "calculator.py", line 1, in <module>
    from PyQt5.QtGui import *
ModuleNotFoundError: No module named 'sip'

in response

pipenv install sip

afterwards it seemed to run

Found bugs

In wordprocessor, found bugs on setShortcut for copy, paste, select QAction.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.