import winreg,winsound,pyttsx3,os,functools,wmi,subprocess,time from ctypes import cast, POINTER from comtypes import CLSCTX_ALL from pycaw.pycaw impo Read More
nginx下載地址 http://nginx.org/en/download.html 1,因windows對uwsgi支持不友好,flask自有服務不夠強大,所以引用tornado服務 from tornado.wsgi import WSGIContainer from tornado.http Read More
import os,sys,shutil,webbrowser import tkinter as tk from tkinter import scrolledtext,END,Y,LEFT,BOTH,messagebox sys.path.append("..") class Video(obj Read More
import os,sys,time,functools,datetime,subprocess,requests,wmi,shutil,configparser,ctypes,json,pyttsx3,win32gui,win32con,threading,psutil from pymysql Read More
由于最近工作比較忙,后續博客可能更新不及時,哈哈 前言: 由于python對于微信推送不夠友好,需要掃碼登錄,短信接口需要RMB。我就想到了qq郵箱發送到好友,然而微信有qq郵箱提醒功能,就實現了我需要定時推送消息的需求。 import smtplib,requests from email.mim Read More
應吾愛朋友現公布代碼如下 import tkinter as tk import requests,re,sys,asyncio from tkinter import scrolledtext,END,Y,LEFT,BOTH,messagebox import pyperclip,webbrows Read More
tornado 1,urls.py import config import os from views.view import IndexHadnler,SearchHadnler,SearchresHadnler class Application(tornado.web.Application Read More