Reprate Calculator is a lightweight desktop application for calculating repetition rate related parameters in laser systems.
It is built with Python and packaged into standalone executables for Windows and macOS.
- Cross-platform (Windows
.exeand macOS.app) - Simple UI with preloaded diagrams
- Packaged as a single executable file (no Python required)
- Download the latest
.exefrom the Releases page. - Run the application directly — no installation needed.
- Download the latest
.appor zipped bundle from the Releases. - If macOS shows a security warning:
- Right click → Open the first time.
- Approve in System Preferences → Security & Privacy.
Clone the repository and run locally:
git clone https://github.com/Alptknt/Reprate_Calculator.git
cd Reprate_Calculator
pip install -r requirements.txt
python main.py