From 0122f1b7f44c9e9146e318587924edc572282396 Mon Sep 17 00:00:00 2001 From: Kuznetsov Mikhail Date: Thu, 7 Nov 2024 20:24:37 +0300 Subject: [PATCH 1/4] Add cute cat ASCII art # Conflicts: # printer.py --- .DS_Store | Bin 0 -> 6148 bytes catprinter.py | 6 +++--- printer.py | 11 +++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5c1a92ac20faccef846e4f4aec7f4acd0ab5de12 GIT binary patch literal 6148 zcmeHKJ5Iwu5S;-_SfWWuxhFu%0gyJ4X=rl+2$2F(BBuzwyWAjGqU9`{fHyM>vSkH{ zh9Y_+&Ai?D?AovJctk|!Z>y=uL_}(+p&ZPN#p0$TxhS3rsCLF?JzYGv+ubPhw8LsE zxs|oN%6?FdCAs@=Yn0Jm&5PnK>i3A LFBCHH9}Ii}$!aNA literal 0 HcmV?d00001 diff --git a/catprinter.py b/catprinter.py index deb16e8..efd5c67 100644 --- a/catprinter.py +++ b/catprinter.py @@ -2,9 +2,9 @@ def draw_cat(): cat = r""" - /\_/\ -( o.o ) - > ^ < +/\_/\ /\–/\ /\_/\ +( o.o ) |.>ω<.| ฅ •ﻌ• ฅ + > ^ < \___/ \___/ """ return cat diff --git a/printer.py b/printer.py index 7bf25e5..e081342 100644 --- a/printer.py +++ b/printer.py @@ -1,5 +1,16 @@ import random +colors = [ + "\033[91m", # Red + "\033[92m", # Green + "\033[93m", # Yellow + "-\033[94m", # Blue + "\033[95m", # Magenta + "\033[96m", # Cyan + "-\033[97m", # White +] +reset_color = "\033[0m" + colors = [ "\033[91m", # Red "\033[92m", # Green From 0ae0849acfe29b025aa968598455aae407f18b82 Mon Sep 17 00:00:00 2001 From: Kuznetsov Mikhail Date: Thu, 7 Nov 2024 20:26:54 +0300 Subject: [PATCH 2/4] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BA=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D1=82=D1=8B=20=D1=86=D0=B2=D0=B5=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- printer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printer.py b/printer.py index e081342..337e979 100644 --- a/printer.py +++ b/printer.py @@ -4,10 +4,10 @@ "\033[91m", # Red "\033[92m", # Green "\033[93m", # Yellow - "-\033[94m", # Blue + "\033[94m", # Blue "\033[95m", # Magenta "\033[96m", # Cyan - "-\033[97m", # White + "\033[97m", # White ] reset_color = "\033[0m" From e347327c702fc2c87d18415e4c8dca6c1018d16f Mon Sep 17 00:00:00 2001 From: Egorixa Date: Tue, 7 Oct 2025 14:19:09 +0300 Subject: [PATCH 3/4] change ds store --- .DS_Store | Bin 6148 -> 6148 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/.DS_Store b/.DS_Store index 5c1a92ac20faccef846e4f4aec7f4acd0ab5de12..c5cf7693c2a0b63542b413ba1629beffb6e4b617 100644 GIT binary patch delta 113 zcmZoMXfc?uEOzc31_lNe20ey!hD?T%+>Pjj0Txmp!vFvP delta 113 zcmZoMXfc?uEH=@Wfq{XAL60GwA(NpbH{Zo2DJMS(D8|8F^6A1fuj7uW@+o-b3o;CY blk;;6fO>$Y7Hk$|{Khu1fNwK9$6tN`#ibsZ From 7641955dff89721a6e91f7d25beb16973eb089fb Mon Sep 17 00:00:00 2001 From: Egorixa Date: Tue, 7 Oct 2025 14:19:38 +0300 Subject: [PATCH 4/4] add gitignore --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index c5cf7693c2a0b63542b413ba1629beffb6e4b617..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKF;2r!47DLhkytu1{u3be2A?Wj5L+*RN~MC-Dji_YfYc+fz{*uP0Xs+G+5VtJ zQ5hNFS@M7RwqJhohBy`xojt6kA`=m*;fAueWo(u=AK6ifR6wujh$k->&4FC002LT2a2(r-_5V5i!2CZXaYqHH zz@Jh;t7g&6@Jgk(j$Y1sZGvCJzYMirj>TIs&|5J!){4)1b;+)g&jq_crz7rkAb$i* L7aA4#4Fx^{)1@kb diff --git a/.gitignore b/.gitignore index efa407c..ab74e15 100644 --- a/.gitignore +++ b/.gitignore @@ -159,4 +159,5 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ +.DS_Store