Git Product home page Git Product logo

hotkey's Introduction

自動化映射鍵鼠工具

使用說明

1.安裝依賴 lib

python3 ./setup.py

2.在script.py撰寫腳本

3.執行 GUI 程式gui.py

python3 ./gui.py

4.使用 pyinstaller 打包 EXE

在cmd環境下cd到檔案目錄
1.pyinstaller -D -w .\gui.py
    -F 打包成一個exe文件icon=圖標路徑
    -w 使用視窗無控制台
    -c 使用控制台無視窗
    -D 創建一個目錄包含exe以及其他一些依賴性文件
    --hidden-import module

2.如有已有.spec文件 可調整細部參數或手動import lib 資源
3.修改gui.spec內文
4.再次輸入 pyinstaller -D -w gui.spec

手動 import 資源參考

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.