摘要:
原理:pyautogui + opencv进行图片识别,然后进行操作.所以记得装 pip install opencv-python import pyautogui import pyperclip pyautogui.PAUSE = 1#每次延迟1秒 pyautogui.FAILSAFE=Tru 阅读全文
摘要:
import ( "context" "encoding/json" "fmt" "github.com/elastic/go-elasticsearch/v8" "github.com/elastic/go-elasticsearch/v8/esapi" "github.com/elastic/g 阅读全文
摘要:
ChatGPT现在虽然都免费了,但是不岢雪(那俩字竟然是敏感字)上网还是很麻烦,网上有很多gpt网站可以用,但是自己用来开发的话,还是需要一个apikey的 项目地址 https://github.com/chatanywhere/GPT_API_free 可以直接去官网看如何申请 申请地址 htt 阅读全文
摘要:
地址 https://github.com/harry0703/MoneyPrinterTurbo 经过测试,很垃圾好像就是去pexels匹配视频、图片。。。~eng~还是用gpt把 Windows 百度网盘: https://pan.baidu.com/s/1bpGjgQVE5sADZRn3A6F 阅读全文
摘要:
import turtle from datetime import * # 抬起画笔,向前运动一段距离放下 def Skip(step): turtle.penup() turtle.forward(step) turtle.pendown() def drawCircle(content,con 阅读全文
摘要:
背景图 import sys import math import pygame from datetime import datetime from pygame import display, image, font, transform # 创建罗盘时钟的窗口 def createWindow 阅读全文