Giter VIP home page Giter VIP logo

fapiao's Introduction

使用的库

py2exe

功能

将脚本打包成EXE

URL

http://www.py2exe.org/

解析Office

TODO

GUI

PyQT

https://riverbankcomputing.com/software/pyqt/intro

kivy

http://kivy.org/#home

生成XML

mako

ORM

日志

URL

https://docs.python.org/2/library/logging.html

测试

https://docs.python.org/2/library/unittest.html

打包Exe流程

将程序编译成EXE

  • cmd进入src所在目录
  • 执行命令pyinstaller main.py 执行完毕之后生产目录 /dist/main

拷贝资源文件

将如下三个文件拷贝到/dist/main目录下面

data.db
input.xml
images/

用ISS打包成安装包

  • 打包安装程序.iss拷贝到 /dist/main目录下面
  • 编译安装程序
  • 编译完成之后,可以通过build/Open Output Folder打开安装程序

注意

不要安装在C盘,可能会无法执行写数据库操作

fapiao's People

Contributors

lcw2004 avatar

Watchers

James Cloos 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.