LypeInvictvs
LypeInvictvs
Guys, same issue here but I'm using Arch... `ModuleNotFoundError: No module named 'dbus'` Does anyone have the solution? python-dbus (installed)
@pwittchen Problem solved. I was installing the dependencies and the program using pipx (I can't use pip). I tried installing like this (as is recommended) but was forced to use...
My solucion (for portuguese): I created a script "_dia-semana.sh_" (in **script** folder) ``` #!/bin/bash dias=("Dom" "Seg" "Ter" "Qua" "Qui" "Sex" "Sáb") meses=("JAN" "FEV" "MAR" "ABR" "MAI" "JUN" "JUL" "AGO" "SET"...