Skip to content

Vauth/highshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HighShot - HQ Screen Capture

🔎 Features:

  • User-Friendly: Simple, intuitive interface.
  • Fullscreen: Capture fullscreen.
  • Area Selection: Capture specific screen area.
  • Quality Measure: Adjust capturing quality.
  • Corner Radius: Modify corner radius.

🚀 Quick Start

  • Download: Grab the EXE from our Releases .
  • Capture: Launch HighShot.

⚙️ Building The Application

  • Clone Repository:

git clone https://github.com/Vauth/highshot
cd highshot
  • Install Requirements:

python3 -m pip install -r requirements.txt
  • Build The Project:

pyinstaller --onefile --noconsole --icon=src/media/icon.ico  --add-data="src/media;media" --add-data="src/asset;asset" src/HighShot.py

📷 Screenshot