iso4free / PwshPaint

A PowerShell Module for drawing pixelated art in the terminal - because why not.

Home Page:https://shaunlawrie.com/blog/pwshsprites/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PwshPaint

GitHub license PowerShell Gallery PowerShell Gallery Build

While procrastinating about setting up my blog I wanted to create a favicon in a pixel art style. Instead of creating the icon I got carried away spaghetti coding a pixel art editor for the terminal in PowerShell...

Installation

Install-Module PwshPaint -Scope CurrentUser

Usage

Editor

To open the editor use:

Invoke-Paint

All controls are indicated in the UI:
image
(If you prefer Vim-style hjkl keys to navigate instead of arrows you can use Invoke-Paint -VimBindings)

Gallery

Invoke-PaintGallery

image

About

A PowerShell Module for drawing pixelated art in the terminal - because why not.

https://shaunlawrie.com/blog/pwshsprites/

License:MIT License


Languages

Language:PowerShell 97.5%Language:HTML 2.5%