A simple python script to automatically abstract->paste->empty the contents of your clipboard. After 3 seconds when testing your clipboard has changed, the script will automatically paste the contents of your clipboard and empty it.
- Clone the repo
git clone https://github.com/husterdjx/auto-paste.git
- Install the requirements
pip3 install -r requirements.txt
# or pip install -r requirements.txt
- Run the script
python3 paste.py
# or python paste.py
- Create a conda environment
conda create -n auto-paste python=3.8
- Activate the environment
conda activate auto-paste
- Install the requirements
pip install -r requirements.txt
- Run the script
python paste.py
Enjoy!