[Share Experiences] 谁能把搜狗输入法皮肤帮我转换成fcitx5的皮肤
Tofloor
poster avatar
帅哥
deepin
2022-02-12 23:01
Author

想要搜狗输入法上茶杯猫的那款皮肤,上官网下载帮我转换一下,谢谢

Reply Favorite View the author
All Replies
Hibanaw
deepin
2022-02-13 04:21
#1

https://github.com/fkxxyz/ssfconv

Reply View the author
帅哥
deepin
2022-02-13 16:55
#2
Hibanaw

https://github.com/fkxxyz/ssfconv

下载仓库那条命令,输到终端里显示找不到命令

Reply View the author
小小怪下士
deepin
2022-02-13 17:06
#3
帅哥

下载仓库那条命令,输到终端里显示找不到命令

sudo apt install git

Reply View the author
帅哥
deepin
2022-02-13 18:11
#4
小小怪下士

sudo apt install git

截图_选择区域_20220213101035.png这是什么问题?

Reply View the author
Hibanaw
deepin
2022-02-13 19:05
#5

该项目使用 python3 开发,依赖于 Crypto、pillow、numpy 库,最好使用相应的发行版的包管理器安装它们,或者使用 pip

我不清楚 debian 仓库,你先试试安装 python-crypto

没有就先装 pip3

再 pip3 install crypto

Reply View the author
帅哥
deepin
2022-02-13 20:07
#6
Hibanaw

该项目使用 python3 开发,依赖于 Crypto、pillow、numpy 库,最好使用相应的发行版的包管理器安装它们,或者使用 pip

我不清楚 debian 仓库,你先试试安装 python-crypto

没有就先装 pip3

再 pip3 install crypto

好的,已解决

Reply View the author