NOTE: This script will modify your clipboard since what it does is cut the selected text, add the letters and then paste it back
How it works:
'Zh' -> 'Ž'
'zh' -> 'ž'
'Sh' -> 'Š'
'sh' -> 'š'
'Ch' -> 'Č'
'ch' -> 'č'
'Cj' -> 'Ć'
'cj' -> 'ć'
'Dj' -> 'Đ'
'dj' -> 'đ'
How to run:
./gajs-alphabet-script.py
Dependencies:
pyperclip >= 1.8.2
PyAutoGUI >= 0.9.54