给出纳自动登记日记账的工具

dongguoliang be07759b5a 两个测试文件添加到了忽略列表 hai 1 mes
__pycache__ 20d0acd730 农信银行添加完毕 hai 2 meses
.gitignore be07759b5a 两个测试文件添加到了忽略列表 hai 1 mes
abc_parser.py 8f3ee711c8 添加农行 hai 2 meses
boc_parser.py cfb0bb1ab0 功能 拆分完毕 hai 2 meses
build.py ba3d922f0e 正常 hai 2 meses
ccb_parser.py c039686bd3 建行流水使用了新模板 hai 2 meses
check_abc_columns.py cfb0bb1ab0 功能 拆分完毕 hai 2 meses
check_boc.py 3e92dda108 添加中行 hai 2 meses
check_boc_columns.py 3e92dda108 添加中行 hai 2 meses
check_boc_data.py 3e92dda108 添加中行 hai 2 meses
check_nongxin.py 20d0acd730 农信银行添加完毕 hai 2 meses
check_nongxin_detail.py 20d0acd730 农信银行添加完毕 hai 2 meses
check_nongxin_v3.py 20d0acd730 农信银行添加完毕 hai 2 meses
check_params.py 20d0acd730 农信银行添加完毕 hai 2 meses
check_wechat_columns.py f8421ffc4e 微众银行加功能 了 hai 2 meses
flow_parser_base.py cfb0bb1ab0 功能 拆分完毕 hai 2 meses
fund_classification_rules.py 20d0acd730 农信银行添加完毕 hai 2 meses
gui.py 89c8d0952c 农信银行又添加了新行芙蓉支行 hai 1 mes
journal_generator.py 89c8d0952c 农信银行又添加了新行芙蓉支行 hai 1 mes
main.py cfb0bb1ab0 功能 拆分完毕 hai 2 meses
main_new.py cfb0bb1ab0 功能 拆分完毕 hai 2 meses
nongxin_parser.py 89c8d0952c 农信银行又添加了新行芙蓉支行 hai 1 mes
parser_factory.py 89c8d0952c 农信银行又添加了新行芙蓉支行 hai 1 mes
readme ba3d922f0e 正常 hai 2 meses
test_nongxin.py 20d0acd730 农信银行添加完毕 hai 2 meses
test_nongxin_v2.py 20d0acd730 农信银行添加完毕 hai 2 meses
test_nongxin_v3.py 20d0acd730 农信银行添加完毕 hai 2 meses
wechat_parser.py af1fad70ec 正常的记录下 hai 2 meses
参数表.xlsx 20d0acd730 农信银行添加完毕 hai 2 meses
日记账生成工具.spec ba3d922f0e 正常 hai 2 meses

readme

###编译成exe
D:\soft\python\3.12.2\python.exe build.py
###或者直接使用命令
D:\soft\python\3.12.2\python.exe -m PyInstaller --name=日记账生成工具 --onefile --windowed --clean --noconfirm main.py