Skip to content

czyPL/AccountingTool

Repository files navigation

记帐工具

Pyside2库实现

参考教程

主要功能

  • 记账
    • 进货
    • 出货
  • 账单图像识别(⚡快速记账)
    • PaddleOCR
    • 百度智能云OCR
  • 进出货账单核对
  • 账单统计
    • 月统计
    • 店铺统计

环境配置

# Create a conda environment
conda create -y -n pyside python=3.8

# Activate the environment
conda activate pyside

# Install Pyside2 and PaddleOCR
pip install PySide2 
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple  
pip install "paddleocr>=2.0.1" 

# Install dependencies
pip install -r requirements.txt

效果演示

  • 进货记录

  • 出货记录(OCR账单批量识别)

  • 账单核对

  • 账单统计

About

Accounting Tool Implemented Using Pyside2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages