一个使用 Python Tkinter 框架构建的算法,文件,工具箱应用,集成了很多小功能(English Documentation Here)

Json/ 下Data.json 用于只读数据库,可直接修改程序的各项参数Config.json 可被程序读写,除非需要大量添加命令,否则不必手动改写chardet numpy pillow requests
1.安装 Python(所有二进制文件均在 Python 3.13.2 环境下编译,不过目前尚未发现与特定版本有关的特性依赖)
2.Pip 安装
pip install chardet numpy pillow requests
3.Git 克隆
pip install pyinstaller
git clone https://github.com/Deiloproxide/Fabits.git
cd Fabits/FabitsSetup
./Pyinstaller_Build.bat
pip install nuitka
git clone https://github.com/Deiloproxide/Fabits.git
cd Fabits/FabitsSetup
./Nuitka_Build.bat
我们欢迎您对我们项目的贡献,请随时评价项目或提交代码
Deiloproxide - @Deiloproxide
项目链接: https://github.com/Deiloproxide/Fabits
#include<stdio.h>
int main(){
char Luv[]="I love Nahida";
printf("%s",Luv);
return 0;
}
