Skip to content

Diapolo10/Quick-Kopy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick-Kopy

Copies selected saved notes right to your clipboard, ready to be pasted.

How to build an executable

  1. Install Poetry (pip install poetry)

  2. Install the project dependencies (poetry install --with dev)

  3. Build; if you'd like to use the provided spec file fr convenience, use this:

    poetry run pyinstaller .\quick_kopy.spec

    Alternatively, you can build manually:

    poetry run pyinstaller -F -n "Quick-Kopy" --add-data "./quick_kopy/data;./quick_kopy/data" -i "./quick_kopy/data/icon.ico" ./quick_kopy/main.pyw

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%