04 2023 档案

摘要:python文本转语音库Pyttsx3: https://github.com/nateshmbhat/pyttsx3 Installation : pip install pyttsx3 Linux installation requirements : If you are on a linux 阅读全文

posted @ 2023-04-10 22:01 sdlyxyf 阅读(344) 评论(0) 推荐(0)

摘要:Git的使用 1. git配置 获取本机ssh key: ssh-keygen -t -C "<yourEmail@example.com>" 配置全局name和email: git config --global user.name "<yourName>" git config --global 阅读全文

posted @ 2023-04-07 16:38 sdlyxyf 阅读(170) 评论(0) 推荐(0)

导航