These applications run on CSS within the Python file, making them highly customizable. They were developed in a Hyprland environment, so they offer high compatibility with it. Although they haven't been tested in other environments, I still hope they work in all possible environments.
Recordme.py
(Arch)
sudo pacman -S python-gobject gtk3
git clone https://github.com/Alexxami/SomePyApps.git
cd src/Recordme.py
cp * /usr/share/applications/
(Debian/Ubuntu)
sudo apt-get install python3-gi python3-gi-cairo gir1.2-gtk-3.0 python3-gi wf-recorder
git clone https://github.com/Alexxami/SomePyApps.git
cd src/Recordme.py
cp * /usr/share/applications/
Screenme.py
(Arch)
sudo pacman -S python-gobject gtk3 python3-gi grim slutp
git clone https://github.com/Alexxami/SomePyApps.git
cd src/Screenme.py
cp * /usr/share/applications/
(Debian/Ubuntu)
sudo apt-get install python3-gi python3-gi-cairo gir1.2-gtk-3.0 python3-gi grim slutp
git clone https://github.com/Alexxami/SomePyApps.git
cd src/Screenme.py
cp * /usr/share/applications/
PyLogOut
(Arch)
sudo pacman -S python-gobject gtk3
git clone https://github.com/Alexxami/SomePyApps.git
cd src/PyLogOut/PyLogOut/
cp * /bin
(Debian/Ubuntu)
sudo apt-get install python3-gi python3-gi-cairo gir1.2-gtk-3.0
git clone https://github.com/Alexxami/SomePyApps.git
cd src/PyLogOut/PyLogOut/
cp * /bin