Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 680 Bytes

File metadata and controls

14 lines (11 loc) · 680 Bytes

SHUTDOWN PC

This repository contains a script written in Python that makes use of the os module to perform a system shutdown.

Prerequisites

To run the script, you will need to have Python 3 installed on your computer. Additionally, the script uses the os module, which is included with Python, so no additional installation is required.

Usage

To run the script, simply execute the following command in a terminal:

python3 main.py

##Disclaimer Please note that running this script will cause your computer to shut down immediately without any prompts or warnings. Use this script with caution, and make sure to save any unsaved work before running the script.