Skip to content

Applications created out of boredom with simple operation and ease of use

Notifications You must be signed in to change notification settings

Alexxami/SomePyApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Some Py Apps

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

Install

(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

Install

(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

Install

(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

About

Applications created out of boredom with simple operation and ease of use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages