feature
Feature request
good first issue
This is a good issue if you want to start working on PyInstaller
#
pyinstaller
Here are 317 public repositories matching this topic...
Converts .py to .exe using a simple graphical interface
-
Updated
Jun 18, 2022 - JavaScript
Self-contained NodeMCU flasher with GUI based on esptool.py and wxPython.
-
Updated
Jan 18, 2022 - Python
PyInstaller Extractor
python
reverse-engineering
decompile
pyinstaller
pyc
pyinstaller-extractor
python-decompiler
pyc-files
-
Updated
Jun 26, 2022 - Python
Crypter - Python3 based builder and ransomware compiled to Windows executable using PyInstaller
-
Updated
Jun 22, 2022 - Python
How to create an executable file from a Python script?
-
Updated
Dec 9, 2021 - Python
-
Updated
May 27, 2022 - Roff
Image/video deeplearning upscaler app for Windows - BRSGAN & RealSR_JPEG
python
python3
pytorch
pyinstaller
super-resolution
opencv-python
image-denoising
directx12
denoising
image-super-resolution
real-world-super-resolution
image-deblocking
compression-artifact-reduction
directml
image-sr
-
Updated
Jun 24, 2022 - Python
Self Portal is a cross-platform desktop application used to deploy software across your fleet via Chef and other frameworks
-
Updated
Jul 1, 2022 - Python
Reference implementation of how to handle a NZBLNK-URI.
-
Updated
Apr 4, 2022 - Python
avinashreddych
commented
Jul 8, 2022
**Which library is the hook for?**
transformers
Eg `foobar`
**Have you gotten the library to work with pyinstaller?**
No
**Additional context**
Add any other context here.
Cross-platform desktop synchronization client for the Nuxeo platform.
windows
macos
gnu-linux
pyqt5
python3
desktop-application
nuxeo
appimage
pyinstaller
desktop-synchronization
-
Updated
Jul 13, 2022 - Python
You-Get unofficial build executable for Windows || You-Get 非官方构建的可执行文件
-
Updated
Jul 13, 2022 - Python
依据 RJ 号从 dlsite 爬取 “标题” 和 “社团” 等信息 ,可以按照自定义模板对文件夹批量格式化命名。停止维护,新项目在 https://github.com/yodhcn/dlsite-doujin-renamer
-
Updated
Jan 2, 2022 - Python
NiceScaler - Image/video DeepLearning Upscaler
-
Updated
Apr 3, 2022 - Python
cross-platform C2 framework in python 2
-
Updated
May 19, 2022 - Python
Batch rename the DLsite works with custom pattern and download the cover If required.
-
Updated
Dec 27, 2021 - Python
Mayank0255
opened
Dec 6, 2021
Build and distribute installation-free python programs by all-in-one configuration file.
python
distribution
dll
pyinstaller
tkinter-python
python-installer
pyinstaller-alternative
pyarmor
package-tool
-
Updated
Jun 22, 2022 - Python
Spy is a remote access trojan written in python with an auto persistence option 🚀
-
Updated
Jun 14, 2020 - Python
使用Python3 csv模块处理快收后台导出的商场优惠活动交易数据,统计各类优惠券的核销数量,以及实收款等汇总数据。测试数据 "1. 财务明细数据.csv" 已经删除了敏感信息,由于客户不想使用脚本,所以使用 PyQt5 编写了图形界面,再使用 pyinstaller 打包为可执行程序
-
Updated
Dec 19, 2018 - Python
github
mysql
game
python
course
jupyter
dark-theme
jupyter-notebook
hacking
visual-studio-code
mariadb
python3
pip
tkinter
sqlite3
poo
pyinstaller
cv2
inteligencia-artificial
qtdesigner
-
Updated
Jun 23, 2022 - Python
Automating applying icons to folders in Windows OS.
windows
gui
icons
python-script
python3
executable
icon
icon-theme
tkinter
pylint
pyinstaller
tkinter-graphic-interface
google-image-search
tkinter-widgets
tkinter-gui
tkinter-python
-
Updated
Nov 28, 2020 - Python
The easiest use Pyinstaller GUI application
-
Updated
Jan 11, 2021 - Python
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