autolike
autolike copied to clipboard
Make compatible for Ubuntu
Make autolike compatible for Ubuntu.
Version: 16.04
Python version: 3.7
Getting the following error on Ubuntu 18.04 LTS:
"scrot" must be installed to use screenshot functions in Linux.
Run: sudo apt-get install scrot
After running sudo apt-get install scrot the error is fixed.
Oke