Initial push

This commit is contained in:
2025-09-12 12:07:47 -05:00
parent 77a8ac4941
commit edbd080ad6
48 changed files with 1603 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
# PixelBash
`# PixelBash
a GTK + Python simple paint application.
A simple GTK + Python based paint application.
# Keyboard Shortcuts
* (undo) ctrl+z
* (redo) ctrl+y
* (save as) ctrl+s
* (new surface) ctrl+n
# Images
![1 Default view starting out. ](images/pic1.png)
![2 Blank canvas. ](images/pic2.png)
![3 Blank canvas being edited. ](images/pic3.png)
![4 Image being edited. ](images/pic4.png)