Skip to content

Python Screenshot Script using Tkinter and PyQt5. Press F2 to open the screenshot tool, draw around the desired area, and the screenshot will be copied to your clipboard and saved in the "screenshots" folder. If the folder doesn’t exist, the script will create it automatically.

Notifications You must be signed in to change notification settings

Sunny223dev/Screenshot-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

📸 Screenshot Script

Screenshot Script made in Python using Tkinter and PyQt5. The script first checks if there is a "screenshots" folder in the project directory; if not, it creates one. When you press the F2 button on your keyboard, the screenshot screen opens, allowing you to draw around the area you want to capture. Once you're done selecting, the screenshot will automatically copy to your clipboard for easy sharing. All screenshots are also saved in the "screenshots" folder.

📦 Required Installations

  • Image Proccessing - pip install pillow
  • To Take Screenshots - pip install pyautogui
  • Clipboard Copy - pip install pyqt5
  • For Hotkey - pip install keyboard

⚠️ Known Issues

  • Can't screenshot on other monitors; only the main one.
  • Screen doesn't freeze when taking a screenshot.
  • Can hold F2, and it will spam the screenshot screen.

About

Python Screenshot Script using Tkinter and PyQt5. Press F2 to open the screenshot tool, draw around the desired area, and the screenshot will be copied to your clipboard and saved in the "screenshots" folder. If the folder doesn’t exist, the script will create it automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages