Code Monkey home page Code Monkey logo

pyqt5-excel's Introduction

pyqt5-excel

本项目是使用PyQt5制作的工具,并将其打包成exe文件,可以在任意windows上运行

展示效果

image

项目功能

  1. 支持根据关键词拆分excel成多个excel

组件功能

  1. 支持文件浏览选取
  2. 支持多线程实时显示日志
  3. 支持多线程进度条

安装运行

准备工具

  1. Qt Designer Setup.exe 用于可视化设计界面(提取码:3cm6)
  2. Setup Factory 用于生成exe安装文件(提取码:v543)

安装环境

conda create -n pyqt5 python=3.6
conda activate pyqt5
pip install -r requirements.txt

运行

python run.py

设计自己的界面

  1. 安装 Qt Designer Setup.exe
  2. 可以重新设计也可以加载之前设计好的文件 UI_lan.ui
  3. 保存成.ui文件,运行 pyuic5 -o UI_lan.py UI_lan.ui 生成python文件

打包成exe

pyinstaller -F -w run.py
  1. 此时在dist目录下面就是生成的exe
  2. 将exe拷贝到上一级目录下(因为依赖文件在上一级目录下,避免运行exe的时候找不到依赖文件;也可以将exe和依赖文件单独放在一个新的文件夹里面)

将exe打包成安装包

  1. 安装Setup Factory并制作exe
  2. 会生成setup.exe 双击就可以安装了

pyqt5-excel's People

Contributors

makalo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.