Shutdown Your PC Using Python 😍 | 4 Lines Of Code

preview_player
Показать описание
As you know, Python is popular because of its versatile features.
In this video, you will write a Python Code to shutdown a computer. Before shutting down the computer will speak something 😍

For this to work, you have to import os module which is inbuilt.

This is a fun and easy step by step tutorial for beginners and will make you appreciate easiness of python programming language.

Terms related to this video:
shutdown pc using python
shutdown computer using python
how to shutdown pc using python
python program to shutdown pc
python shutdown computer
shutdown computer with python
shutdown pc with python
turn off pc using python
pc shutdown python code
automatically shutdown pc using python

Tags:
#shutdown_pc_using_python#coding_lifestyle_4u

★★★ Subscribe ★★★

★★★ Follow ★★★

Thanks for watching 🙂
Like, Subscribe & Share.
Stay tuned for upcoming videos.
Рекомендации по теме
Комментарии
Автор

Can u make video on
A) turn on/off Aeroplane mode using python on windows 10 instance?
B) turn on/off wifi using python on windows 10 instance?

akshathbharathi
Автор

how to make a file of this code, and in which software i can create the same code?

LarryOsterman-pb
Автор

Can you please make some video on plotting using matplotlib library in python.

gobindamanna
Автор

Anyone knows how to cancel that shut down once it is started?

pucek
Автор

os.system('shutdown /s /t 30')

MinProGamer
Автор

there is 2 line version:

import os
os.system('shutdown -s -t')

pthepro
Автор

Next Video: How to shutdown yourself because of headache due to Python

scpf
Автор

How i can send this in another device and shutdown it

TechInformations
Автор

Bro make videos on how to convert .py into exe

KishanSingh-vnyx