Luis Acevedo laar@pm.me
- Developed in python 3.8
- PySide2 as graphic library
- Distributed under the GNU General Public License (GPLv3)
https://sourceforge.net/projects/clipboard-to-file/
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
1.- pyinstaller --noconsole --icon=ui/resources/img/icon.ico main.py
2.- Copy /ui folder into main folder generated