/clipboard-to-file

Based gui application that copy every change from clipboard to a text file

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Clipboard to file

Based gui application that copy every change from clipboard to a text file

Luis Acevedo laar@pm.me

Technical information:

  • Developed in python 3.8
  • PySide2 as graphic library
  • Distributed under the GNU General Public License (GPLv3)

Binaries and installers

https://sourceforge.net/projects/clipboard-to-file/

Edit and testing:

Anaconda

1.- Clone or download this repository
2.- Creating a new virtual environment: conda env create -n env_name -f environment.yml
3.- Activate the environment
4.- Launch the application: python main.py

Pyinstaller build

Linux and windows

1.- pyinstaller --noconsole --icon=ui/resources/img/icon.ico main.py
2.- Copy /ui folder into main folder generated