Python GTK application to automatically shutdown your computer
This application is developed based on Python3 and GTK+ 3.
Dependencies
gir1.2-glib-2.0 gir1.2-gtk-3.0Install dependencies
sudo apt install gir1.2-glib-2.0 gir1.2-gtk-3.0Clone the repository
git clone https://github.com/pardus/eta-shutdown.git ~/eta-shutdownRun application
python3 ~/eta-shutdown/src/Main.pysudo apt install devscripts git-buildpackage
sudo mk-build-deps -ir
gbp buildpackage --git-export-dir=/tmp/build/eta-shutdown -us -uc


