├── README.MD ├── codeBuild.py ├── imgs └── README │ ├── image-20220520173616217.png │ ├── image-20220520173823059.png │ ├── image-20220520173840685.png │ ├── image-20220520174745080.png │ ├── image-20220520200321193.png │ ├── image-20220521114812929.png │ ├── image-20220521114846146.png │ └── image-20220521114911931.png ├── penkit.py ├── penkitgui.bat ├── penkitgui.py ├── penkitgui.vbs ├── requirements.txt └── setting.py /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/README.MD -------------------------------------------------------------------------------- /codeBuild.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/codeBuild.py -------------------------------------------------------------------------------- /imgs/README/image-20220520173616217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/imgs/README/image-20220520173616217.png -------------------------------------------------------------------------------- /imgs/README/image-20220520173823059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/imgs/README/image-20220520173823059.png -------------------------------------------------------------------------------- /imgs/README/image-20220520173840685.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/imgs/README/image-20220520173840685.png -------------------------------------------------------------------------------- /imgs/README/image-20220520174745080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/imgs/README/image-20220520174745080.png -------------------------------------------------------------------------------- /imgs/README/image-20220520200321193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/imgs/README/image-20220520200321193.png -------------------------------------------------------------------------------- /imgs/README/image-20220521114812929.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/imgs/README/image-20220521114812929.png -------------------------------------------------------------------------------- /imgs/README/image-20220521114846146.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/imgs/README/image-20220521114846146.png -------------------------------------------------------------------------------- /imgs/README/image-20220521114911931.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/imgs/README/image-20220521114911931.png -------------------------------------------------------------------------------- /penkit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/penkit.py -------------------------------------------------------------------------------- /penkitgui.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/penkitgui.bat -------------------------------------------------------------------------------- /penkitgui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/penkitgui.py -------------------------------------------------------------------------------- /penkitgui.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/penkitgui.vbs -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | -i https://pypi.tuna.tsinghua.edu.cn/simple 2 | Pillow==9.1.1 3 | ttkbootstrap==1.7.4 4 | -------------------------------------------------------------------------------- /setting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccc-f/PenKitGui/HEAD/setting.py --------------------------------------------------------------------------------