Application to generate beautiful screenshots
- Take Screenshots
- Add beautiful gradients to the background
- Save the image and share it to others
- Working directory :
~\cnipe\src
python ui.py
pyinstaller --noconfirm --onedir --windowed --icon "E:/Others/GNapper/ui/gnapper.ico" --name "Cnipe" --add-data "E:/Others/GNapper/src;src/" --add-data "E:/Others/GNapper/ui;ui/" --add-data "E:/Others/GNapper/venv/Lib/site-packages/customtkinter;customtkinter/" "E:/Others/GNapper/cnipe.py"