Skip to content

A python program that renders your screen in ASCII art using my image2ascii project

License

Notifications You must be signed in to change notification settings

hw2007/screen2ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

screen2ascii

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")

About

A python program that renders your screen in ASCII art using my image2ascii project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages