Scripts
Ready-to-use scripts for Pybes.
Import a .pybes file and run it instantly with config fields.
No scripts match the current filters.
List Folder Files Script
Export a folder's file list to Excel, CSV, TXT, or Markdown with per-extension summary. Recursive subfolders supported.
View details →Bulk Rename Files in a Folder Script
Bulk rename files in a folder with sequence, date, or random-string suffix. Preview mode, recursive traversal, and collision-safe skip logic built in.
View details →Generate QR Codes from URLs in 7 File Formats
A Python script that creates QR codes from any URL and exports them as PNG, JPG, SVG, PDF, Excel, Word, or PowerPoint.
View details →Batch-Compress a Photo Folder and Bundle It as a ZIP
A Python script that batch-compresses JPG/PNG/WebP/BMP/TIFF images at three quality levels and bundles the output into an integrity-verified ZIP.
View details →Sort folder files into category subfolders automatically
Sorts files into Images/PDF/Excel/Videos folders by extension, with move or copy mode. Generates a sort summary TXT for every run.
View details →Build nested folder trees from an Excel hierarchy
Define your folder hierarchy in Excel, then create the entire tree in one shot. A built-in template-generation mode produces a ready-to-fill Excel so non-engineers can drive the process.
View details →Common questions about Pybes scripts
Do I need to install Python to run these scripts?
No. Pybes ships with a built-in Python runtime, so downloading Pybes is all you need. No PATH setup, no virtualenv management — just run the script.
Do I need admin rights to install Pybes or run scripts?
No. Pybes itself and the scripts run entirely under normal user privileges. It works on locked-down corporate machines.
Do these scripts work offline?
Yes. Pybes and its bundled Python runtime are fully local. The only scripts that need network access are ones that explicitly reach out — web scrapers, API callers, etc. Anything not marked as requiring network works offline.
Is Pybes available on macOS or Linux?
Not yet. Currently Windows 10/11 only. macOS and Linux support is under consideration.
Can I freely use, modify, and redistribute these scripts?
Yes. Feel free to copy, modify, and share (including as .pybes files). Commercial use is also fine.
Are there restrictions on which Python packages I can use?
Pybes comes with 45+ popular packages preinstalled (pandas, openpyxl, Pillow, requests, BeautifulSoup4, etc.), so you usually don't need pip install.
I ran a script but nothing shows up. Where do I look?
Check the execution log tab in Pybes. All print() output and error messages appear there. Switch to it via the tabs at the bottom of the app.
Can I run AI-generated code in Pybes?
Yes. Paste Python code generated by ChatGPT, Claude, Gemini, etc. directly into Pybes and run it. For best results asking the AI to format code for Pybes's config-field pattern, use the built-in Prompt Generator feature in the app.