A python program that renders your screen in ASCII art using my image2ascii project
How to use:
Simply make sure that you have all requirements satisfied (see below), then run the main.py file, by using the "python3 <path-to-main.py>" command or by simply double-clicking the file.
Requirements:
-Python 3 (https://www.python.org/downloads/)
-Pillow (Use command: "pip3 install pillow" or "pip install pillow")
-MSS (Use command: "pip3 install mss" or "pip install mss")