Algorithm, file, batch toolbox application build by built-in Tkinter frame in Python, Integrated many functions (中文文档)
- Modern Text Editor with multitabs, undo, redo and search
- Two well-designed UI (day mode and Night mode)
- User configure storage in Json
- Origin dynamic widgets
- Calculator for science or program
- Files process with OS
- Command tools for programmer
- Fabits data store in
Json/ Data.jsonis read-only, used for database, your modify will be displayed directly in applicationConfig.jsonis managed by program, you needn't manage it manually except add a lot of commands
- Require below packages
chardet
numpy
pillow
requests
1.Install Python (All the releases were built in Python 3.13.2 but not found features linked to special version yet)
2.Pip install
pip install chardet numpy pillow requests3.Git clone
- (1)Build by Pyinstaller
pip install pyinstaller
git clone https://github.com/Deiloproxide/Fabits.git
cd Fabits/FabitsSetup
./Pyinstaller_Build.bat- (2)Build by Nuitka
- Install MSVC or GCC, then run:
pip install nuitka
git clone https://github.com/Deiloproxide/Fabits.git
cd Fabits/FabitsSetup
./Nuitka_Build.batYour contibutions are well-welcome! Please feel free to make comments or submit a pull request
Deiloproxide - @Deiloproxide
Project link: https://github.com/Deiloproxide/Fabits
Detailed helps here
New update here
#include<stdio.h>
int main(){
char Luv[]="I love Nahida";
printf("%s",Luv);
return 0;
}
