Skip to content

rakshith111/Shutdownify

Repository files navigation

Shutdownify

This is an app developed for windows .You can time your pc to shutdown by setting the timer which takes in 3 entries for Hours, Minutes and Seconds

Features

  • Shuts the pc down after the given time

  • If you want to cancel the set timer it can be done by clicking on the cancel button

  • Once the timer is set it can be extended

    • Two modes are available
      • Direct mode : Shuts down the pc for the chosen time immediately
      • Manual mode : Adds the selected time to the input fields
  • Turn Off your(Screen timeout) monitor earlier in case you might be away for a long time. (The previous value will reset before the pc shuts down)

  • Supports Dark Blue theme

BETA features

Flask webserver which runs locally on your pc and displays an ip and Use the app to remotely control the state of your pc


-> install requirements.txt
-> run the apihandler.py
-> Open the app and input ip and press check
-> If status is green you're good to go else recheck ip

Upcoming features

  • Full Android support
    • A security feature
    • Support for simultaneous shutting down of many pc's from app
    • Add names for pcs

Screenshots

image image image image

Build it by yourself pip install pyinstaller
Then run
pyinstaller --onefile -w main.py -i shutdown.ico

WHY?

I was just tooo frustrated that I didnt have a shutdown timer and couldnt trust the one's I found online so i built one
Also wanted to see how far i can strech this one simple concept by integrating many features and extend its use for many people