Skip to content

Python prototype which was created as part of my bachelor thesis. This program can be installed on your computer as a part of the "ScreenshotMatcher" application. Combined with the android client, it is possible to take a photo which will be processed on your computer to return a high-quality screenshot of the pictured area.

Notifications You must be signed in to change notification settings

hardest1/screenshotmatcher-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

screenshotmatcher-py

Running on Python 3.6+ (Untested on lower versions)

Install dependencies

pip install -r requirements.txt

# You may need to install tkinter depending on your system
sudo apt-get install python3-tk

Start

python3 main.py

Notice: Can not be run in a virtual python environment

About

Python prototype which was created as part of my bachelor thesis. This program can be installed on your computer as a part of the "ScreenshotMatcher" application. Combined with the android client, it is possible to take a photo which will be processed on your computer to return a high-quality screenshot of the pictured area.

Resources

Stars

Watchers

Forks

Packages

No packages published