10、深入Python输入和输出
posted @ 2022-10-19 23:57
posted @ 2022-10-19 23:57
posted @ 2022-10-19 23:57
posted @ 2022-10-19 23:56
posted @ 2022-10-19 23:56
posted @ 2022-10-19 23:56
posted @ 2022-10-19 23:56
posted @ 2022-10-19 23:54
import tkinter as tk #导入模块import webbrowser# 视频解析主函数def show(): word=input_va.get() num=num_int_va.get() if num==1: link='https://jx.qqwtt.com/?url='+
阅读全文
posted @ 2022-10-17 22:01
笔趣阁小说全本下载工具 #导入模块 import requests import parsel from lxml import etree import re import pandas as pd import datetime import time from tqdm import tqdm
阅读全文
posted @ 2022-10-17 21:58
posted @ 2022-10-17 18:20
''' Function: 简易时钟 ''' import turtle import datetime '''悬空移动''' def move(distance): turtle.penup() turtle.forward(distance) turtle.pendown() '''创建表针tu
阅读全文
posted @ 2022-10-17 18:09
import sys import random import pygame from pygame.locals import * # 屏幕大小 WIDTH = 800 HEIGHT = 600 # 下落速度范围 SPEED = [15, 30] # 字母大小范围 SIZE = [5, 30] #
阅读全文
posted @ 2022-10-17 18:01
import xlwt import requests from lxml import etree import time import xlsxwriter headers={'User-Agent':'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKi
阅读全文
posted @ 2022-10-17 17:54
#爬取优美图图片 import requests from bs4 import BeautifulSoup domain='https://www.umei.cc' url='https://www.umei.cc/meinvtupian/waiguomeinv/' resp=requests.g
阅读全文
posted @ 2022-10-17 17:51
Function: 二维码生成器 Author: 琴棋书画 ''' import io import sys import qrcode from PyQt5 import QtWidgets, QtGui from PyQt5.QtWidgets import QApplication, QGri
阅读全文
posted @ 2022-10-17 17:47
posted @ 2022-10-17 17:38
酷我音乐VIP付费歌曲下载工具 import requestsimport prettytable as ptprint('*******欢迎使用酷我音乐VIP付费歌曲下载工具**********')print()key=input('请输入你要搜索的歌手姓名:')print('')rn=input
阅读全文
posted @ 2022-10-17 17:25
''' Function: 音乐播放器 Author 琴棋书画 ''' import os import sys import time import random import configparser from PyQt5.QtGui import * from PyQt5.QtCore imp
阅读全文
posted @ 2022-10-17 15:33
学生点名系统 # coding=utf-8 import tkinter as tk from tkinter import * import random import time import openpyxl is_run = False def get_students_name(): # 学
阅读全文
posted @ 2022-10-17 15:13
posted @ 2022-10-17 14:58