diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..e69de29 diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..85de3d4 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1 @@ +LICENSE.txt \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..12b4a3a --- /dev/null +++ b/README.txt @@ -0,0 +1,61 @@ +# ASCII-ART-BUT-WITH-UNICODE + +
+---------H---------H---------H---------H---------H---------H---------H---------H---------H---------H
+-------------------e------e-------e------e-------e-------e------e-------e------e-------e------------
+----------------------------l----l-----l----l----l----l----l-----l----l----l------------------------
+------------------------------------l---l--l--l--l--l--l--l---l--l----------------------------------
+-------------------------------------------oo-oo-o-oo-oo-o------------------------------------------
+-----------------------------------------------     ------------------------------------------------
+-------------------------------------------------W--------------------------------------------------
+------------------------------------------------ooo-------------------------------------------------
+---------------------------------------------rrrrrrrrrr---------------------------------------------
+----------------------------------------l-l-l--l-l-l--l-l-l-l---------------------------------------
+---------------------------------d---d---d---d---d---d---d---d---d----d-----------------------------
+------------------------!-----!-----!------!-----!-----!------!-----!-----!------!------------------
+-------------- -------- -------- ------- -------- -------- ------- -------- -------- -------- ------
+----H----------H----------H-----------H----------H----------H-----------H----------H----------H-----
+--------e-------------e------------e-------------e-------------e------------e-------------e---------
+-l---------------l---------------l---------------l---------------l---------------l---------------l--
+--------------l----------------l-----------------l-----------------l----------------l---------------
+-----------o------------------o------------------o------------------o------------------o------------
+--------- ------------------- ------------------- ------------------- ------------------- ----------
+---------W-------------------W-------------------W-------------------W-------------------W----------
+----------o------------------o-------------------o-------------------o------------------o-----------
+------------r------------------r-----------------r-----------------r------------------r-------------
+---------------l----------------l----------------l----------------l----------------l----------------
+-----l-------------d--------------d--------------d--------------d--------------d-------------l------
+------------o-----------!------------!-----------!-----------!------------!-----------o------------e
+---------e--------- --------- --------- --------- --------- --------- --------- ---------l---------H
+-------------------l------W-------H------H-------H-------H------H-------W------l-------e------------
+----------------------------l----o-----e----e----e----e----e-----o----o----l------------------------
+------------------------------------o---r--l--l--l--l--l--r--- --l----------------------------------
+------------------------------------------- l-ll-l-ll-lW-o------------------------------------------
+-----------------------------------------------Wdooo------------------------------------------------
+-------------------------------------------------o--------------------------------------------------
+------------------------------------------------rW -------------------------------------------------
+---------------------------------------------lHoooooHdr---------------------------------------------
+----------------------------------------d-e-r--r-r-r--r-e-!-l---------------------------------------
+---------------------------------!---l---l---l---l---l---l---l--- ----d-----------------------------
+------------------------ -----l-----d------d-----d-----d------d-----l-----H------!------------------
+--------------H--------o--------!-------!--------!--------!-------!--------o--------e-------- ------
+----e---------- ---------- ----------- ---------- ---------- ----------- ---------- ----------l-----
+--------W-------------H------------H-------------H-------------H------------H-------------W---------
+-o---------------e---------------e---------------e---------------e---------------e---------------o--
+--------------l----------------l-----------------l-----------------l----------------l---------------
+-----------l------------------l------------------l------------------l------------------l------------
+---------o-------------------o-------------------o-------------------o-------------------o----------
+--------- ------------------- ------------------- ------------------- ------------------- ----------
+----------W------------------W-------------------W-------------------W------------------W-----------
+------------o------------------o-----------------o-----------------o------------------o-------------
+---------------r----------------r----------------r----------------r----------------r----------------
+-----r-------------l--------------l--------------l--------------l--------------l-------------r------
+------------l-----------d------------d-----------d-----------d------------d-----------l------------l
+
+ +Work in progress :) + +# Requirements + +* pillow +* pyhyphen diff --git a/examples/draw.py b/asciiWriter/examples/bin/draw.py similarity index 100% rename from examples/draw.py rename to asciiWriter/examples/bin/draw.py diff --git a/examples/image.py b/asciiWriter/examples/bin/image.py similarity index 100% rename from examples/image.py rename to asciiWriter/examples/bin/image.py diff --git a/examples/image_random_char.py b/asciiWriter/examples/bin/image_random_char.py similarity index 100% rename from examples/image_random_char.py rename to asciiWriter/examples/bin/image_random_char.py diff --git a/examples/image_rotate.py b/asciiWriter/examples/bin/image_rotate.py similarity index 100% rename from examples/image_rotate.py rename to asciiWriter/examples/bin/image_rotate.py diff --git a/examples/image_sentence.py b/asciiWriter/examples/bin/image_sentence.py similarity index 100% rename from examples/image_sentence.py rename to asciiWriter/examples/bin/image_sentence.py diff --git a/examples/line_random_char.py b/asciiWriter/examples/bin/line_random_char.py similarity index 100% rename from examples/line_random_char.py rename to asciiWriter/examples/bin/line_random_char.py diff --git a/examples/multi_column_page.py b/asciiWriter/examples/bin/multi_column_page.py similarity index 100% rename from examples/multi_column_page.py rename to asciiWriter/examples/bin/multi_column_page.py diff --git a/examples/repeated_line.py b/asciiWriter/examples/bin/repeated_line.py similarity index 100% rename from examples/repeated_line.py rename to asciiWriter/examples/bin/repeated_line.py diff --git a/examples/repeated_sinus.py b/asciiWriter/examples/bin/repeated_sinus.py similarity index 100% rename from examples/repeated_sinus.py rename to asciiWriter/examples/bin/repeated_sinus.py diff --git a/examples/repeated_sinus_amplitude_variation.py b/asciiWriter/examples/bin/repeated_sinus_amplitude_variation.py similarity index 100% rename from examples/repeated_sinus_amplitude_variation.py rename to asciiWriter/examples/bin/repeated_sinus_amplitude_variation.py diff --git a/examples/single_column_page.py b/asciiWriter/examples/bin/single_column_page.py similarity index 100% rename from examples/single_column_page.py rename to asciiWriter/examples/bin/single_column_page.py diff --git a/examples/sinus.py b/asciiWriter/examples/bin/sinus.py similarity index 100% rename from examples/sinus.py rename to asciiWriter/examples/bin/sinus.py diff --git a/examples/test.py b/asciiWriter/examples/bin/test.py similarity index 100% rename from examples/test.py rename to asciiWriter/examples/bin/test.py diff --git a/examples/masks/blobs-small.png b/asciiWriter/examples/data/blobs-small.png similarity index 100% rename from examples/masks/blobs-small.png rename to asciiWriter/examples/data/blobs-small.png diff --git a/examples/masks/blobs.png b/asciiWriter/examples/data/blobs.png similarity index 100% rename from examples/masks/blobs.png rename to asciiWriter/examples/data/blobs.png diff --git a/examples/masks/shapes.png b/asciiWriter/examples/data/shapes.png similarity index 100% rename from examples/masks/shapes.png rename to asciiWriter/examples/data/shapes.png diff --git a/examples/line.py b/asciiWriter/examples/line.py similarity index 100% rename from examples/line.py rename to asciiWriter/examples/line.py diff --git a/examples/texts/language.txt b/asciiWriter/examples/texts/language.txt similarity index 100% rename from examples/texts/language.txt rename to asciiWriter/examples/texts/language.txt