#
pyinstaller
Here are 250 public repositories matching this topic...
Converts .py to .exe using a simple graphical interface
-
Updated
Jul 18, 2021 - JavaScript
Self-contained NodeMCU flasher with GUI based on esptool.py and wxPython.
-
Updated
Apr 10, 2021 - Python
PyInstaller Extractor
python
reverse-engineering
decompile
pyinstaller
pyc
pyinstaller-extractor
python-decompiler
pyc-files
-
Updated
Apr 21, 2021 - Python
Crypter - Python3 based builder and ransomware compiled to Windows executable using PyInstaller
-
Updated
Jun 8, 2021 - Python
How to create an executable file from a Python script?
-
Updated
Oct 16, 2020 - Python
-
Updated
Jul 18, 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
Jul 19, 2021 - 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 爬取 “标题” 和 “社团” 等信息 ,可以按照自定义模板对文件夹批量格式化命名
-
Updated
Sep 13, 2020 - Python
You-Get unofficial build executable for Windows || You-Get 非官方构建的可执行文件
-
Updated
Jul 12, 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.
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
使用Python3 csv模块处理快收后台导出的商场优惠活动交易数据,统计各类优惠券的核销数量,以及实收款等汇总数据。测试数据 "1. 财务明细数据.csv" 已经删除了敏感信息,由于客户不想使用脚本,所以使用 PyQt5 编写了图形界面,再使用 pyinstaller 打包为可执行程序
-
Updated
Dec 19, 2018 - Python
The easiest use Pyinstaller GUI application
-
Updated
Jan 11, 2021 - Python
Spy is a remote access trojan written in python with an auto persistence option 🚀
-
Updated
Jun 14, 2020 - Python
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
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
SAVE THE EARTH! 👾 🎮
game
python
development
games
database
sqlite
pydev
python-library
python3
pygame
sqlite3
enemies
sqlite3-database
pyinstaller
pygame-application
2d-game
2d
pygame-2d-engine
pygame-games
enjoyed-making
-
Updated
Jul 7, 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
python
crawler
spider
sentiment-analysis
webscraper
desktop-application
classification
scrapy
data-analysis
pyinstaller
ews
news-crawler
early-warning-systems
news-sentiment-analysis
-
Updated
Aug 11, 2019
github
mysql
game
python
course
jupyter
dark-theme
jupyter-notebook
hacking
visual-studio-code
mariadb
python3
pip
tkinter
sqlite3
poo
pyinstaller
inteligencia-artificial
qtdesigner
-
Updated
May 12, 2021 - Python
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