antrrax

Results 27 comments of antrrax

> I appreciate if you can do this

@lmwenda Linux Mint 20.3 Cinnamon

@TomSchimansky , @lmwenda see this: https://wiki.archlinux.org/title/Fonts > > Manual installation > > The recommended way of adding fonts that are not in the repositories of your system is described in...

A complement to the previous answer. see the file /etc/fonts/fonts.conf pdf version, git not permit .conf: [fonts.conf.pdf](https://github.com/TomSchimansky/CustomTkinter/files/9275082/fonts.conf.pdf) **the following element will be removed in the future:** ~/.fonts

@dmalves @israel-dryer In addition to applying .lower(), you should also remove accents and special characters from the terms to be searched, something like this: ```python import unicodedata item_no_accents = ''.join((c...

Suggestions: Frame with basic colors Add SpinButtons Add option Ctrl+A, Ctrl+C , Ctrl+V in all fields Add an option to copy the tuple (R,G,B) Add a Screen color picker: https://github.com/shreydan/global-color-picker...

I had an idea that might be better. You would use a ttk.notebook, where in a tab you would place the color selection similar to QColorDialog and another tab with...

If you need to name the colors, click the SVG 1.1 color list https://www.w3.org/TR/SVG11/types.html#ColorKeywords

The use of theme colors was a very good idea. Congratulations when you have the opportunity, implement in this color picker: an eye dropper (picker screen color), to capture the...

Very good. My monitor is standard with 1080p resolution, unfortunately I can't test the high DPI on linux for you. --- I don't know if it has any influence, but...