-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
KaiUR edited this page May 17, 2026
·
7 revisions
- Windows 10 or later (64-bit)
- Python 3.9+ — download from python.org
-
PyCATIA — install via
pip install pycatia - CATIA V5 — must be running for scripts that interact with it
- Go to the latest release
- Download
CatiaMenuWin32.exe - Place it anywhere you like — no installer required
- Double-click to run
On first launch the app will:
- Create
%APPDATA%\CatiaMenuWin32\to store settings and cached scripts - Auto-detect your Python installation
- Sync scripts from the built-in
KaiUR/Pycatia_Scriptsrepository - Display scripts as clickable buttons organised by tab
Click the ↓ Deps button in the toolbar to upgrade pip and all required Python packages automatically. This runs pip install --upgrade pip then pip install --upgrade -r requirements.txt for each configured source.
By default the app:
- Starts with Windows automatically — launches at login via registry autorun (disable in Settings → Window → Start with Windows)
- Does not minimize to the system tray — minimizes to the taskbar (enable Minimize to Tray in Settings)
- Starts minimized to the taskbar on launch (disable Start Minimized in Settings to open the window immediately)
These can all be changed in Settings.
- Close the app
- Delete
CatiaMenuWin32.exe - Optionally delete
%APPDATA%\CatiaMenuWin32\to remove all cached scripts and settings
Getting Started
Using the App
Scripts
Reference
Development
Legal