From fb742d6bcd9f98b732e578e2a67d08e7bcc00e54 Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Fri, 31 Mar 2017 19:06:08 +0000 Subject: [PATCH] New art --- art/agave3.txt | 10 ++++++++++ art/aloe3.txt | 10 ++++++++++ art/baobab3.txt | 10 ++++++++++ art/brugmansia3.txt | 10 ++++++++++ art/cactus3.txt | 10 ++++++++++ art/columbine3.txt | 14 +++++++------- botany.py | 6 ++++++ 7 files changed, 63 insertions(+), 7 deletions(-) create mode 100644 art/agave3.txt create mode 100644 art/aloe3.txt create mode 100644 art/baobab3.txt create mode 100644 art/brugmansia3.txt create mode 100644 art/cactus3.txt diff --git a/art/agave3.txt b/art/agave3.txt new file mode 100644 index 0000000..45458e4 --- /dev/null +++ b/art/agave3.txt @@ -0,0 +1,10 @@ + oo|oo + oo|oo + , oo|oo . + . |`. \|\ /| ., + . |\ | | /||^| | /| + \ \v| \v /|v/| |/ | + \ |\ |/ /| / V / + \^\ \ \ \ / / ,| / +. , \ \\ \ |,/_/./ / . + ^ ' ` ' diff --git a/art/aloe3.txt b/art/aloe3.txt new file mode 100644 index 0000000..a14bf71 --- /dev/null +++ b/art/aloe3.txt @@ -0,0 +1,10 @@ + =\= + =|= + .\ | .| + \\ | || ._ + ..\ \\||//. // + \ \.\|v ||// + \\\ || // + '| \ / / +. , _ . .\ |,/_ ., _ . + ^ ' ` ' diff --git a/art/baobab3.txt b/art/baobab3.txt new file mode 100644 index 0000000..683a01e --- /dev/null +++ b/art/baobab3.txt @@ -0,0 +1,10 @@ + * *& * * + &&& *&& && &&& + &*&&\* & * & /* && + *& \ | \^ , &/*/& + *| |^ + | , | + |. ; | + / . \ +. , _ ( . )_ . + ^ ' ` ' diff --git a/art/brugmansia3.txt b/art/brugmansia3.txt new file mode 100644 index 0000000..3e133d4 --- /dev/null +++ b/art/brugmansia3.txt @@ -0,0 +1,10 @@ + + _ /n\ + //.\^||^\^ + // \\|`//\ + /^ ||\|// ^\^ + ^ /\V/|^ ^ + | ||^ + ^ ||/\ +. , _ . ., || _ ., _ . + ^ ' ` ' diff --git a/art/cactus3.txt b/art/cactus3.txt new file mode 100644 index 0000000..1792e42 --- /dev/null +++ b/art/cactus3.txt @@ -0,0 +1,10 @@ + + + +*+, + *+\/|`* \ + \' | |'| ., + * `| | |/ ) + | |'| , / + |'| |, / +. , _ . |_|_| | ., _ . + ^ ' ` ' diff --git a/art/columbine3.txt b/art/columbine3.txt index bed357b..a5cbac7 100644 --- a/art/columbine3.txt +++ b/art/columbine3.txt @@ -1,10 +1,10 @@ - - - - \ % / - | |% % - %\/ /% -. , _ . ., l/ _ ., _ . + % % + %\ | / % + % | &|/ |& / + %&\ | / /% + \| \|&| + &\/&/ +. , _ . ., &/ _ ., _ . ^ ' ` ' diff --git a/botany.py b/botany.py index b4c9b36..8ac0a59 100644 --- a/botany.py +++ b/botany.py @@ -11,6 +11,12 @@ import uuid import sqlite3 from menu_screen import * +# TODO: +# - Switch from personal data file to table in DB +# - Table in DB would allow others to modify (personal files might be +# permission locked) +# - this is a good idea. + class Plant(object): # This is your plant! stage_dict = {