Skip to content

Commit

Permalink
added error checking and more complete demo
Browse files Browse the repository at this point in the history
  • Loading branch information
turinturambar88 committed Jul 5, 2015
1 parent 38955a4 commit 9d6eaf3
Show file tree
Hide file tree
Showing 4 changed files with 751 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -41,3 +41,8 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk


#Local Project Files
*.pyc
_pycache_
17 changes: 17 additions & 0 deletions demo_pov.py
@@ -0,0 +1,17 @@
from pov import POV

POV(
screens = [
'TESTING POV FAN',
'NEW SOFTWARE UPDATE',
'capitalize lowercase', #This line will become uppercase
'Invalid Character #', #This line will be omitted
'PYTHON POWERED',
'Too many characters in this string', #This line will be omitted
'ZJEMBEDDED',
'BLOGSPOT',
'Extra screen one', #This line will be omitted
'Extra screen two', #This line will be omitted
],
name = 'demo_pov_sketch'
)

0 comments on commit 9d6eaf3

Please sign in to comment.