20230411 将数组转成十六进制字符串
array [12, 34, 56, 78, 90]
hex_string .join([{:02x}.format(x) for x in array])
print(hex_string)20230409 变声
用python写一个变声器,要求导入mp4或者mp3文件,将视频中的声音变成女声
from pydub import…
To use ChatGPT with Siri on an iPhone or iPad, get an OpenAI API key and download the ChatGPT Siri shortcut. Enter your API key in the shortcut setup and select the GPT model you want to use, then hit “Add Shortcut.” Trigger the shortcut manually first t…