1.介紹 最近發現幣圈很多人的錢包都被盜取,所有的資產都被移走,這件事情真的是很…
Continue Reading
import ast
def readDict():
with open(“./crypto_backtrader-master/news.txt”, “r”) as data:
dictionary = ast.literal_eval(data.read())
return dictionary
pyautogui 是 python的一個模組,他能控制鍵盤和滑鼠的操作,能利用它做自動化操作,像是用在軟體測試、重複性動作等。