#pyinstaller

Rost Glukhovros@techhub.social
2025-01-17
Alexandre B A Villares 🐍villares@ciberlandia.pt
2024-12-15

Today I managed to cobble up a #Python script to remove your name from #PDF annotations using #PyMuPDF and #FreeSimpleGUI, then I tried #pyinstaller and I have something that seems to run on Linux... so many steps!!!

It never ceases to amaze me how hard it its to provide software for other people to run!

If you think it could be useful to you or someone, I AGPL licensed it here:

github.com/villares/anonymize-

UPDATE: @Introscopia built a Windows.exe version for me also using pyinstaller, yay!

screenshot of the tool panel with fields:
"Input file", "Output file" and "Change names in notes to"
A checkbox to remove the name from main metadata, a "Create modified PDF" button and a "CLOSE/EXIT" button.
2024-12-11

upstream release broke the nightly due to some missing files in the #PyInstaller gather

been a while since I've had one of those!

@sirber though we don’t use ffmpeg, we do use #Python and #qt. We compile with #pyinstaller and the result is a regular standalone binary for our users.

2024-10-18

Простая защита скрипта на Python

Стек : Python 3.11.7, ntplib, subprocess, getpass для времени, системы, пароля, PyArmor 8+ для обфускации. Сценарий: Разработано приложение, которое дает преимущество перед конкурентами, или ваш код содержит конфиденциальные данные. Приложение предстоит установить нескольким сотрудникам (можно увеличить количество немного изменив подход), при этом вы не планируете переносить часть логики на сервер. Возможны и другие сценарии, я описал наиболее на мой взгляд вероятный случай, когда такого рода защита может понадобиться. В данной статье я расскажу несколько способов, которые не дадут запустить приложение, где не следует, и скорее всего отобьют желание лишний раз лезть в ваш код.

habr.com/ru/articles/851760/

#PyArmor #PyArmor8+ #pyinstaller #защита #зависимости

@w4ffl35 at work we use #pyinstaller and have been happy with the results.

I want #pixi to build me a vent. I’ll use it in #pycharm to start but later #pyinstaller. Pixi wants to build things. It’s mad about A which can’t be built. It’s mad about my app, down inside B. Doesn’t like that my #pyprojecttoml is not at the top of B. Doesn’t like that my app can’t be built. My virtual environment has all the external packages it needs, but isn’t working in PyCharm because it doesn’t have any of the things I need from A.

My app _will_ be getting a repo of its own.

2024-08-28

Once again praising the #PyInstaller devs for their work both technical and non-technical. It is awesome how quickly I got a response from an expert telling me which recent change caused the issue. And that pointer made it easy to write the patch.

2024-08-28

I created an update to #icsquery for Windows cmd users. You can download ics-query.exe to check what is happening in .ics calendar files.

Releases: github.com/niccokunzmann/ics-q
Documentation: github.com/niccokunzmann/ics-q

#icsquery #pyinstaller #icalendar #ics #cmd #rfc5545

Running the command
ics-query.exe --help
on the Windows CMD command line.
2024-06-15

Merged! Declaring a `hiddenimport` on a module with a hyphenated name should be possible again in the next release of #PyInstaller

In the meantime, if you are unlucky enough to be stuck with needing to support this (👋), you should avoid the 6.8.0 release

2024-06-10

The #PyInstaller maintainers are so great, consistently responsive and helpful. Every issue or patch I have submitted to them has received thoughtful consideration, and they are responsive to their discussions forum as well to help users get their head around the tool's complicated user surface.

I did not expect a response to this report in mere minutes, but Brénainn Woodsend is already on top of it! :blobfoxheartcute:

Bobe'bot on securityBobe_bot@mastobot.ping.moi
2024-05-12
:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2024-04-26
2024-04-12

eSentire described two incidents today:

Attack chains, IOC and Yara rules provided.

#threatintel #IOC #Xworm #phishing #SolarMarker #PyInstaller

2024-04-04

Как мы выследили новую APT-группу, которая похищает пароли и передает их телеграм-ботам

При отслеживании киберугроз мы, специалисты экспертного центра безопасности Positive Technologies , в очередной раз засекли ранее неизвестную APT-группу. Хакеры орудуют в России, Беларуси, Казахстане и Армении, а также в Средней Азии (Узбекистане, Кыргызстане и Таджикистане). По нашим данным, от их атак пострадали организации в государственном и финансовом секторах, в сфере образования и медицины. Всего было скомпрометировано около 870 учетных записей сотрудников . На этот раз нас удивил почерк группировки, который можно описать как «сложно не значит лучше». Киберпреступники выделяются тем, что добиваются успеха, не прибегая к сложному инструментарию, сложным тактикам и техникам. Ознакомиться с полным отчетом, как обычно, можно Подключайтесь к расследованию

habr.com/ru/companies/pt/artic

#стилер #telegram #apt #расследование #учетные_данные #pyinstaller #кибергруппировки #cybercrime #государственные_учреждения #впо

Alvaro :python: :rstats:almenal99@fosstodon.org
2024-01-25

I'm sure #pyoxidizer is great, but I've been trying to compile a #tkinter app with a few dependencies (numpy, pandas, scikit-image) and I've been hitting a wall nonstop 😭

I was already having issues with #pyinstaller, and I was hoping pyoxidizer would do some rust magic and fix my problems, but alas I'll have to either go back to debugging pyinstaller or try something new

Recommendations are welcome

Alvaro :python: :rstats:almenal99@fosstodon.org
2023-12-26

Hi, let see if the collective wisdom of the fediverse can help me.

I'm building a GUI app in #python in macOS with #tkinter, and bundling it with #pyinstaller . When I execute it, it runs into some #matplotlib errors (something about not finding fonts and re-creating a FontManager) and it creates another process with the app. It keeps the old ones around, so it just accumulates window after window and it clogs my processes.

Does that sound familiar? Any tip?

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst