How to run from the python script

← Root

The program has been built with python 3.13 (3.13.7) inside of a windows computer, so you may need to a windows machine if you want to run from the script You need: Git (To be able to fork) A windows 10/11 computer (for python 3.13) Python 3.13.7 (Optional, if you want to match with the source) After installing the listed depdencies, open a terminal and fork the project (Or by going to Code --> Download ZIP on the Github repo):

git clone https://github.com/huhuhuhuheh/ehclipboard.git
After forking the repo and then going to the directory, install the depdencies on your terminal before running:
pip install pyperclip pystray Pillow PySide6
Note: If you want to fork from a version in specific download the source code from that version on the releases tab and follow the depdencies instruction from that version And finally run the script with:
python clipboard.py
Done! You did it, you managed to ran the program from the python (soruce)! Now you can go ahead to go to get started sorta guide on github i guess