Skip to content

A pretty much useless application that allows you to shut your computer down in x time with a GUI. Should eventually support Windows (all versions), Linux (v2.0+), MacOS (probably with Linux, idk)

alba4k/shutdown-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shutdown Timer

by alba4k

ScreenshotApp Logo

Why are you even reading this though?


Features:

  • it sucks
  • neat UI (hopefully)
  • Shutdown - Restart and logout in some time

Requirements:

  • git (cloning the repository)
  • Python (if using the source code)
  • pyinstaller (compiling the program, installed with pip install pyinstaller)

Making an executable:

$ git clone https://github.com/alba4k/shutdown-timer
$ cd shutdown-timer
$ pyinstaller --onefile --noconsole ShutdownTimer.py

a lot of useless stuff will appear, your executable will be in a new directory called dist

It can be moved, but it should always be in the same directory as the folder named "shutdown"

Running the python file:

$ git clone https://github.com/alba4k/shutdown-timer
$ cd shutdown-timer
$ python ShutdownTimer.py

I would also like to thank Leonardo Preda for helping me to design a nice UI


Aaron Blasko, 2021-2022

About

A pretty much useless application that allows you to shut your computer down in x time with a GUI. Should eventually support Windows (all versions), Linux (v2.0+), MacOS (probably with Linux, idk)

Resources

Stars

Watchers

Forks

Packages

No packages published