WinEunuuchs2Unix

Results 5 issues of WinEunuuchs2Unix

I have an `.png` image with transparent layer that `pqdiv` brilliantly displays: ![m splash prototype](https://user-images.githubusercontent.com/33849503/122486637-b560dc00-cf96-11eb-8f39-22a4982f983b.gif) What I would like to do is rotate the image clockwise 1 degree every 33ms...

To correct this error I had to change line 597 (line 618 in this master I believe) from: `desc = self.desc.encode('UTF-8')` To: ``` try: # 2020-10-18 UnidcodeDecodeError desc = self.desc.encode('UTF-8')...

needinfo

Super cool program. Congrats. I'm going to try this with Ubuntu 16.04 (Python 2.7.12) so will have to do a little tweaking. Tweak #1: Error message on startup: ``` ~/python/audio$...

Firstly, CheckboxTreeview() is awesome! Secondly, the images for "checked", "unchecked" and "tristate" shown below in **Gimp** at 1600% magnification reveal shadows which shows up on our screens making it harder...

enhancement

Just wanted to post a complement on how elegant your python solution is. I adapted it to tkinter GUI (configure rectangle height on canvas on frame on toplevel) with a...