Skip to content

Commit

Permalink
switch to pyqt6
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-fellow committed Mar 12, 2023
1 parent 940ba29 commit 6a70864
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 67 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Requirements
* Xorg (ignore for Mac users)
* composite manager; `xcompmgr` or sth. (ignore for Mac users)
* python => 3.6
* python-pyqt5
* python-pyqt6
* python-numpy
* python-beautifulsoup4
* python-requests
Expand Down Expand Up @@ -109,8 +109,8 @@ Changelog
* Tk is abandoned in favor of Qt.
* Background can be fully transparent or semi/fully opaque.
* Rendering is faster than with Tk.
* requires pyqt5 for python 3
* `pip install pyqt5` / `pacman -S python-pyqt5`
* requires pyqt6 for python 3
* `pip install pyqt6` / `pacman -S python-pyqt6`
* requires composite manager for not solid bg; `xcompmgr` or sth.
* tested on Openbox, i3, KDE(kwin).
* On KDE(kwin) go to composite and uncheck "Allow applications to block compositing". [screenshot](https://iwf1.com/wordpress/wp-content/uploads/2017/09/Disable-applications-override-compositor-KDE.jpg)
Expand Down Expand Up @@ -156,3 +156,5 @@ Changelog
* in config `translation_function_name_full_sentence = 'google'`
* 2.10
* Fixed google-translation
* 2.11
* Switched to pyqt6
Loading

0 comments on commit 6a70864

Please sign in to comment.