激情久久久_欧美视频区_成人av免费_不卡视频一二三区_欧美精品在欧美一区二区少妇_欧美一区二区三区的

腳本之家,腳本語言編程技術及教程分享平臺!
分類導航

Python|VBS|Ruby|Lua|perl|VBA|Golang|PowerShell|Erlang|autoit|Dos|bat|

香港云服务器
服務器之家 - 腳本之家 - Python - Python簡單實現控制電腦的方法

Python簡單實現控制電腦的方法

2021-01-07 00:18Lovephysics Python

這篇文章主要介紹了Python簡單實現控制電腦的方法,涉及Python基于os及win32api等模塊調用系統命令操作電腦的相關實現技巧,需要的朋友可以參考下

本文實例講述了Python簡單實現控制電腦的方法。分享給大家供大家參考,具體如下:

1、windows 下,CMD的一些命令:

dir:列出當前的所有文件

time:打印當前的時間

tree:列出當前目錄下的子結構

在cmd中進入了某種模式,退出可以嘗試以下命令:q 、exit()、Ctrl+c、Ctrl+z

運行程序:在cmd里面直接輸入程序名稱。如:notepad、calc

按tab鍵可以補全名字

在一個文件夾下,想快速打開cmd: 按住shift鍵,在鼠標點擊右鍵,可以看見命令。

想在cmd中一個文件,但輸入名稱后顯示文件或命令不存在。可以把文件目錄加入path環境。

關機:shutdown -s -t +3600 -c "關機啦!"            #3600為時間,即過1小時后關機,并且在屏幕上顯示“關機啦!”

取消關機命令:shutdown -a

2、Python控制cmd

2.1、os.system('xxx')  xxx為在cmd中執行的命令

2.2、 subprocess.Popen('xxx',shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)

xxx為在cmd中執行的命令,其他不用改。

例子:

?
1
2
3
# -*- coding: utf-8 -*-
import os
os.system("ping www.baidu.com")
?
1
2
3
4
5
6
# -*- coding: utf-8 -*-
import subprocess
a=subprocess.Popen("ping www.baidu.com",shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
b=a.stdout.readlines()
for i in b:
  print i

os.system是一步一步打印出來,而 subprocess.Popen則一次性返回最終結果。

在目錄下下建一個文件 conf.txt。在文件里面輸入 ping www.baidu.com

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- coding: utf-8 -*-
import os
import time
#
# chra = "ping www.baidu.com"
# os.system(chra)
#
# import subprocess
#
# a = subprocess.Popen(chra, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
# b = a.stdout.readlines()
# for i in b:
#   print i
while True:
  f = open('conf.txt', 'r')
  content = f.read()
  os.system(content)
  time.sleep(5)

會看見程序每5秒運行 ping一次。改動conf.txt里面的內容為dir ,發現程序不再ping,而是打印文件夾的文件名稱。

3、Python模塊 win32api

3.1、win32api.Beep

Beep(freq, dur)     freq代表頻率,dur代表持續的時間。

?
1
2
3
# -*- coding: utf-8 -*-
import win32api
win32api.Beep(6000,3000)

會持續三秒聽見吱吱的響聲

3.2、win32api.MessageBox

MessageBox(hwnd, message , title , style , language )   會彈出一個窗口

hwnd : int 從哪個位置彈出窗口。一般為0

message : 窗口內容

title : 標題名字

style=win32con.MB_OK : int,The style of the message box.

language=win32api.MAKELANGID(LANG_NEUTRAL,SUBLANG_DEFAULT) : int,The language ID to use.

?
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: utf-8 -*-
import win32api
import time
#win32api.Beep(6000,3000)
while True:
  f = open('conf.txt', 'r')
  content = f.read().split('#')
  if content[0] != 'o':
    win32api.MessageBox(0, content[1] , content[2] )
  time.sleep(5)
#conf.txt中的內容: ”1 # hi ,beautiful girl# how are you!”

彈出一個顯示名稱為“how are you!” ,內容為“ hi ,beautiful girl”的窗口。

3.3、win32api.ShellExecute

int = ShellExecute(hwnd, op , file , params , dir , bShow )   執行程序

hwnd : intint 從哪個位置彈出窗口。一般為0

op : string 操作符。The operation to perform. May be "open", "print", or None, which defaults to "open".

 file : string 文件的地址。The name of the file to open.

params : string。可以為空。The parameters to pass, if the file name contains an executable. Should be None for a document file.

dir : string。可以為空。The initial directory for the application.

bShow : int 。1 表示打開窗口;0 表示不打開。Specifies whether the application is shown when it is opened. If the lpszFile parameter specifies a document file, this parameter is zero.

?
1
2
3
# -*- coding: utf-8 -*-
import win32api
win32api.ShellExecute(0,'open',r'C:\Users\Administrator\Pictures\toutiao\1.jpg','','',1)

運行程序就會打開這張圖片。

希望本文所述對大家Python程序設計有所幫助。

原文鏈接:http://www.cnblogs.com/lovephysics/p/7239934.html

延伸 · 閱讀

精彩推薦
1958
主站蜘蛛池模板: 久久精品1区2区 | 亚洲午夜精品视频 | 成人毛片免费看 | 天天透天天狠天天爱综合97 | 91真视频| 亚洲日本韩国精品 | 亚洲国产中文字幕 | 免费看一级片 | 免费看一级毛片欧美 | 久久色在线 | 多人乱大交xxxxx变态 | 97视频 | 美女在线视频一区二区 | 国产妇女乱码一区二区三区 | 久草视频免费 | 一级成人免费 | 久草视频在线资源 | sesee99| 成人在线视频精品 | 狠狠干伊人网 | 色av成人| 国产亚洲高清在线精品不卡 | 成人毛片视频在线观看 | 极品国产91在线网站 | 精品一区二区三区免费毛片 | 久久性生活免费视频 | 国产精品久久久久久影视 | 久久久久亚洲精品国产 | 黑人日比| 欧美一级黄 | 久久精品视频首页 | 国产xxxxx在线观看 | 久国产| 黄色99视频| 欧美日本91精品久久久久 | av在线播放免费观看 | 欧美a久久 | 国产伦精品一区二区三区在线 | 欧美高清第一页 | 欧美一级α | 成人免费一区二区三区在线观看 |