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