A command line tool that lets you stream a window to console as ASCII characters.
If you want to install the program without a development environment, you can use the setup zip provided in the Releases page.
Make sure you have installed .NET Framework 4.8.1 Runtime or higher.
- Only works on Windows
- Fullscreen apps don't work
- Size multiplication doesn't work properly with values higher than 1.0
If you want to contribute to this project, you need the following prerequisites:
- A desktop platform with .NET Framework 4.8.1 SDK or higher installed.
- An IDE (Visual Studio recommended).
Clone this repository:
git clone https://github.com/obvMellow/Everything-in-Console.git
cd Everything-in-Console
To update your local repository to the latest commit, run the following code inside the directory:
git pull