#
pyinstaller
Here are 298 public repositories matching this topic...
feature
Feature request
good first issue
This is a good issue if you want to start working on PyInstaller
Converts .py to .exe using a simple graphical interface
-
Updated
Mar 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
Feb 25, 2022 - Python
Crypter - Python3 based builder and ransomware compiled to Windows executable using PyInstaller
-
Updated
Mar 12, 2022 - Python
How to create an executable file from a Python script?
-
Updated
Dec 9, 2021 - Python
-
Updated
Sep 9, 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.
windows
macos
gnu-linux
pyqt5
python3
desktop-application
nuxeo
appimage
pyinstaller
desktop-synchronization
-
Updated
Mar 25, 2022 - Python
Open
DIPY Package
4
JSousa-UoL
commented
Jun 22, 2021
Which library is the hook for?
dipy (https://dipy.org/)
Have you gotten the library to work with pyinstaller?
Not really and it needs several hidden imports.
Additional context
So far I manage to hidden import dipy and dipy.data.
The error I'm having at the moment is "[Errno 2] No such file or directory:
'C:\(...)\AppData\Local\Temp\_MEI146122\dipy\data\file
Open
XNAT package
1
依据 RJ 号从 dlsite 爬取 “标题” 和 “社团” 等信息 ,可以按照自定义模板对文件夹批量格式化命名。停止维护,新项目在 https://github.com/yodhcn/dlsite-doujin-renamer
-
Updated
Jan 2, 2022 - Python
NiceScaler - Image/video DeepLearning Upscaler
-
Updated
Mar 26, 2022 - Python
You-Get unofficial build executable for Windows || You-Get 非官方构建的可执行文件
-
Updated
Nov 5, 2021 - Batchfile
Batch rename the DLsite works with custom pattern and download the cover If required.
-
Updated
Dec 27, 2021 - Python
cross-platform C2 framework in python 2
-
Updated
Sep 27, 2021 - Python
Mayank0255
opened
Dec 6, 2021
Spy is a remote access trojan written in python with an auto persistence option 🚀
-
Updated
Jun 14, 2020 - Python
Remote access trojan created using WinRar with firefox installer and python Reverse Shell embedded.
python
shell
remoteaccess
embedded
reverse-shell
proxy
extract
malware
rat
batch
antivirus
batch-script
pyinstaller
reverseshell
winrar
remote-access-trojan
remoteaccesstrojan
benevolant-installer
firefox-installer
python-reverse
-
Updated
Oct 13, 2019 - Python
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
Mar 26, 2022 - 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
Oct 29, 2021 - 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
Compile Python 3.x scripts with Pyinstaller into 32 bit Windows executables on Ubuntu with Wine
-
Updated
Aug 31, 2021 - Shell
Command Line Interface script to export one or more Excel Workbooks to CSVs where each CSV contains data from one Worksheet.
python
csv-converter
data-science
data
command-line-app
csv
command-line
excel
python-script
data-acquisition
executable
pycharm
python-3
pyinstaller
openpyxl
csv-export
pycharm-ide
pycharm-community
excel-to-csv
executable-file
-
Updated
Jan 10, 2020 - 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