How do I install customtkinter

TL:DR

DISCLAIMER: AUR packages are user produced content. Any use of the provided files is at your own risk

sudo pacman-mirrors -aS unstable
sudo pacman -Syu base-devel git --needed
git clone https://aur.archlinux.org/customtkinter
cd customtkinter
pamac build
2 Likes