pyinstaller
Here are 256 public repositories matching this topic...
Converts .py to .exe using a simple graphical interface
-
Updated
Aug 25, 2021 - JavaScript
Self-contained NodeMCU flasher with GUI based on esptool.py and wxPython.
-
Updated
Apr 10, 2021 - Python
PyInstaller Extractor
-
Updated
Jul 20, 2021 - Python
Crypter - Python3 based builder and ransomware compiled to Windows executable using PyInstaller
-
Updated
Aug 9, 2021 - Python
How to create an executable file from a Python script?
-
Updated
Oct 16, 2020 - Python
-
Updated
Aug 16, 2021 - Roff
Reference implementation of how to handle a NZBLNK-URI.
-
Updated
Jul 7, 2021 - Python
Cross-platform desktop synchronization client for the Nuxeo platform.
-
Updated
Aug 25, 2021 - Python
Add qtmodern hook
Which library is the hook for?
qtmodern
Have you gotten the library to work with pyinstaller?
Yes, but it needs some data files and has a dependency on any qt wrapper, so it's not listed as dependency.
I need help in writing the right test for this.
Additional context
I got the library working on my project using the following hook:
from PyInstaller.utils.hoDIPY Package
XNAT package
依据 RJ 号从 dlsite 爬取 “标题” 和 “社团” 等信息 ,可以按照自定义模板对文件夹批量格式化命名
-
Updated
Sep 13, 2020 - Python
You-Get unofficial build executable for Windows || You-Get 非官方构建的可执行文件
-
Updated
Aug 15, 2021 - Batchfile
Batch rename the DLsite works with custom pattern and download the cover If required.
-
Updated
Jun 25, 2021 - Python
FUD cross-platform backdoor generator with C2
-
Updated
Apr 24, 2021 - Python
Remote access trojan created using WinRar with firefox installer and python Reverse Shell embedded.
-
Updated
Oct 13, 2019 - Python
The easiest use Pyinstaller GUI application
-
Updated
Jan 11, 2021 - Python
使用Python3 csv模块处理快收后台导出的商场优惠活动交易数据,统计各类优惠券的核销数量,以及实收款等汇总数据。测试数据 "1. 财务明细数据.csv" 已经删除了敏感信息,由于客户不想使用脚本,所以使用 PyQt5 编写了图形界面,再使用 pyinstaller 打包为可执行程序
-
Updated
Dec 19, 2018 - Python
Command Line Interface script to export one or more Excel Workbooks to CSVs where each CSV contains data from one Worksheet.
-
Updated
Jan 10, 2020 - Python
Spy is a remote access trojan written in python with an auto persistence option
-
Updated
Jun 14, 2020 - Python
SAVE THE EARTH!
-
Updated
Aug 1, 2021 - Python
Automating applying icons to folders in Windows OS.
-
Updated
Nov 28, 2020 - Python
-
Updated
Aug 13, 2021 - Python
The spider crawls moneycontrol.com and economictimes.com to fetch news of input companies and also scores and classifies the companies to raise an early warning signal
-
Updated
Aug 11, 2019
Compile Python 3.x scripts with Pyinstaller into 32 bit Windows executables on Ubuntu with Wine
-
Updated
May 14, 2019 - Shell
Improve this page
Add a description, image, and links to the pyinstaller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pyinstaller topic, visit your repo's landing page and select "manage topics."


Description of the issue
I'm building in a clean virtualenv with
pyinstaller test.py --windowedI can't launch the .app bundle by double-clicking nor with
open ./test.appin Terminal.It works fine if I run
./test.app/Contents/MacOS/testContext information (for bug reports)
pyinstaller --version:4.0