# Clone repository
git clone https://github.com/aspirinexar/typink.git
# Navigate to project directory
cd typink
# Install dependencies
pip install customtkinter pyautogui
# Build standalone executable
pyinstaller --onefile --windowed --name Typink main.py