Script list
The main screen for managing, searching, and running your scripts.
Sidebar
Quick access
- All scripts
- Favorites
- Recently used (last 10)
Categories
User-defined groups. Colors are auto-assigned. Click the + button to create a new category.
Automation PRO
- Batch runs
- Schedules (planned)
Store PRO
- Team Store (planned)
Search
Click the search bar or press Ctrl + K to focus it. Case-insensitive, substring match.
View modes
Toggle between list view and grid view.
Creating a script
Click New. The Free plan allows up to 10 scripts; the remaining count is shown.
Script cards
Each script is shown as a card with:
- Play icon — click to run (shows a spinner while running)
- Script name (bold)
- Description
- Category badge
- Last-updated date
- Run count
- Last status (success / error)
- Favorite star
What happens when you click Run
- Preset fields are validated
- If validation fails, an error dialog appears
- If runtime fields exist, the runtime input modal opens
- If there are no runtime fields and validation passes, the script runs immediately
- Output streams live into the console
Right-click menu
| Item | What it does |
|---|---|
| Run | Run the script |
| Edit | Open the editor |
| Duplicate | Create a copy of the script |
| Export | Save as a .pybes file |
| Create shortcut | Save a .pybesrun launcher file (see Runner) |
| Change group | Move the script to a different category |
| Delete | Delete the script |
Import / export
Export
From the right-click menu, choose Export. The export modal offers:
- Include default values — whether to embed the preset field values in the file
- Encrypt on export PRO — set a password and AES-encrypt the
.pybesfile. Passwords must be at least 4 characters. Share the password with the recipient so they can import it.
If the code or field values contain network paths, a warning appears.
Import
Click Import and select a .pybes file, or drag the file directly onto the script list.
For encrypted files, a password prompt appears. A wrong password triggers a shake animation and an error message.
If the script already exists, you can choose Update or Create new.
Group management
Right-click and choose Change group. You can pick an existing group, create a new one, or move the script back to uncategorized. Group colors are assigned automatically.
Favorites
Click the star icon to toggle. Use Favorites in the sidebar to see all starred scripts.
Deleting
Right-click and choose Delete. A confirmation dialog appears.
Execution panel
A panel at the bottom of the screen streams output live. Multiple runs are shown as tabs, and the panel is resizable.