Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 299 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 299 Bytes

Draft

Vala

run
valac --pkg gtk+-3.0 Draft.vala
./Draft

On Python

To run the program you will need PyQt4.
-sudo apt-get install python-qt4
-cd to Draft folder
-python Draft.pyw

draft