Search Criteria
Package Details: python-customtkinter 5.2.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-customtkinter.git (read-only, click to copy) |
---|---|
Package Base: | python-customtkinter |
Description: | A modern and customizable python UI-library based on Tkinter |
Upstream URL: | https://github.com/TomSchimansky/CustomTkinter |
Licenses: | MIT |
Conflicts: | python-customtkinter-git |
Provides: | python-customtkinter |
Submitter: | PolarianDev |
Maintainer: | Neko_Rikka |
Last Packager: | Neko_Rikka |
Votes: | 4 |
Popularity: | 0.33 |
First Submitted: | 2024-06-19 14:37 (UTC) |
Last Updated: | 2024-10-09 07:03 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-darkdetect
- python-packaging
- python-pillow (python-pillow-gitAUR)
- python-typing_extensions
- tk (tk-fossilAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (3)
- koboldcpp (optional)
- koboldcpp-cuda (optional)
- koboldcpp-hipblas (optional)
Latest Comments
PolarianDev commented on 2024-07-03 14:50 (UTC)
@TheBill2001 I am not too sure, I was simply renaming the package from
customtkinter
-->python-customtkinter
as per Python Package Guidelines [1].I will disown the package now, feel free to adopt it and see for yourself.
[1] https://wiki.archlinux.org/title/Python_package_guidelines#Package_naming
TheBill2001 commented on 2024-07-02 17:43 (UTC)
Should
tk
be a dependency of this?dreieck commented on 2024-03-25 22:17 (UTC)
python-darkdetect
needs to be added as dependency (incustomtkinter
it is, only this-git
package misses this dependency.)Without, a software that wants to use
customtkinter
fails:Regards!