Skip to content

Sayeem2004/Porcelain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Porcelain

A simple whiteboard made from python

Requirements

Python 3 which can be downloaded from https://www.python.org/downloads/

Make which can be downloaded from http://ftp.gnu.org/gnu/make/

Compilation Instructions

Cloning the repo: git clone git@github.com:Sayeem2004/Porcelain.git

Changing directory: cd Porcelain

Compiling and running: make

Cleaning up repo: make clean

Removing saved images: make remove

Controls

Basic Controls

Drawing: Button-1 + B1-Motion
Exit: Control-W or Command-W
Save current screen: Control-S or Command-S
Export current lines: Control-P or Command-P

Changing Window Size

Increasing window width: Shift-Right
Decreasing window width: Shift-Left
Increasing window height: Shift-Down
Decreasing window height: Shift-Up

Shifting Window

Shifting lines right: Right
Shifting lines left: Left
Shifting lines up: Up
Shifting lines down: Down

Undo And Redo

Undoing Lines: Control-Z or Command-Z
Redoing Lines: Control-Y or Command-Y

Changing Color

Changing background to dark mode: Control-D or Command-D
Changing background to white mode: Control-L or Command-L
Changing line to black: D
Changing line to white: W
Changing line to red: R
Changing line to green: G
Changing line to blue: B

Changing Transparency

Decreasing transparency: [
Increasing transparency: ]

Line Size

Increasing line size: =
Decreasing line size: -

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors