From f6454763cd8377fd06b14f8adc441244ba05bfaa Mon Sep 17 00:00:00 2001 From: nion <167205269+Noulion@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:18:01 +0800 Subject: [PATCH 1/8] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28df978..3102ab9 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ This repo is filled with smart stupidness. To run any of the scripts, clone the repository and execute the desired script using Python. -```bash +bash git clone https://github.com/Noulion/my_boring_python_proj.git cd my_boring_python_proj -python .py -``` +python .py ``` + ## Contributing From d477b3ed8cd3440f957b8d589a09404445a88880 Mon Sep 17 00:00:00 2001 From: nion <167205269+Noulion@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:18:40 +0800 Subject: [PATCH 2/8] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3102ab9..28df978 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ This repo is filled with smart stupidness. To run any of the scripts, clone the repository and execute the desired script using Python. -bash +```bash git clone https://github.com/Noulion/my_boring_python_proj.git cd my_boring_python_proj -python .py ``` - +python .py +``` ## Contributing From 686554743d238e06d030da8e8a9e2b5360e34501 Mon Sep 17 00:00:00 2001 From: nion <167205269+Noulion@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:46:22 +0800 Subject: [PATCH 3/8] Update get 1000 to win.py --- get 1000 to win.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get 1000 to win.py b/get 1000 to win.py index ae256db..52b33ed 100644 --- a/get 1000 to win.py +++ b/get 1000 to win.py @@ -17,5 +17,5 @@ def counter(): if text == text: - print(" You get 5 tries \n") - counter() \ No newline at end of file + print(colored" You get 5 tries \n", 'yellow')) + counter() From 1b7e66c93561aa8355e045327f5b620893881c3f Mon Sep 17 00:00:00 2001 From: nion <167205269+Noulion@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:39:17 +0800 Subject: [PATCH 4/8] Update get 1000 to win.py --- get 1000 to win.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get 1000 to win.py b/get 1000 to win.py index 52b33ed..db70956 100644 --- a/get 1000 to win.py +++ b/get 1000 to win.py @@ -12,7 +12,7 @@ def counter(): print(f" Your number is {counter}\n") if counter == 1000: - print(colored(" You're lucky", 'green')) + print(colored(" You won", 'green')) break From 8bcdc7b3d8571d03b7355ae37563acd092e2616b Mon Sep 17 00:00:00 2001 From: nion <167205269+Noulion@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:27:26 +0800 Subject: [PATCH 5/8] Rename get 1000 to win.py to get_1000_to_win.py --- get 1000 to win.py => get_1000_to_win.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename get 1000 to win.py => get_1000_to_win.py (100%) diff --git a/get 1000 to win.py b/get_1000_to_win.py similarity index 100% rename from get 1000 to win.py rename to get_1000_to_win.py From add5e37ca4f2d76401f437830c6228759df8f1ff Mon Sep 17 00:00:00 2001 From: nion <167205269+Noulion@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:28:13 +0800 Subject: [PATCH 6/8] Rename not sus python (this shit crashes low ram devices).py to limited_calculator.py --- ...is shit crashes low ram devices).py => limited_calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename not sus python (this shit crashes low ram devices).py => limited_calculator.py (97%) diff --git a/not sus python (this shit crashes low ram devices).py b/limited_calculator.py similarity index 97% rename from not sus python (this shit crashes low ram devices).py rename to limited_calculator.py index 7c0abaf..355b5ee 100644 --- a/not sus python (this shit crashes low ram devices).py +++ b/limited_calculator.py @@ -26,4 +26,4 @@ print(f' \n{tots} IS TOO MUCH INFORMATION TIME TO LAG U (idk id this lags cuz u might have a goldy ram<3') haha = "YOU ARE FUCKING KILLING ME!!😭😭😭πŸ”₯πŸ”₯πŸ”₯😱😱πŸ’ͺπŸŽ‰πŸ˜‹πŸŽ‰πŸŽ‰πŸ˜‹πŸ‘πŸ‘πŸ‘πŸŽ‰πŸ˜‹πŸ˜„πŸ‘¨πŸ˜­" for each in range(1000 * 1000): - print(haha) \ No newline at end of file + print(haha) From 8e945bd499325caf581de000727baa0d50ca44fb Mon Sep 17 00:00:00 2001 From: nion <167205269+Noulion@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:29:01 +0800 Subject: [PATCH 7/8] Rename python epic boredom.py to Money_exchange(PHP-USD).py --- python epic boredom.py => Money_exchange(PHP-USD).py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename python epic boredom.py => Money_exchange(PHP-USD).py (94%) diff --git a/python epic boredom.py b/Money_exchange(PHP-USD).py similarity index 94% rename from python epic boredom.py rename to Money_exchange(PHP-USD).py index ff54c4a..e0bdf3b 100644 --- a/python epic boredom.py +++ b/Money_exchange(PHP-USD).py @@ -32,4 +32,4 @@ #if u got money then give me 1000php = 20 dollars elif total >= 1000: print("persona: richπŸ€‘πŸš½") - print("continue your loop rich man! \n") \ No newline at end of file + print("continue your loop rich man! \n") From 161e1d3815e5282f10acb3e45b5eb3e8724f892a Mon Sep 17 00:00:00 2001 From: nion <167205269+Noulion@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:30:18 +0800 Subject: [PATCH 8/8] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28df978..c686889 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ This repo is filled with smart stupidness. ## Project Structure -- **get 1000 to win.py**: A script with an interactive game where the goal is to reach 1000 points. -- **not sus python (this script crashes low RAM devices).py**: An addition calculator but the limit is 1000. -- **python epic boredom.py**: A dollars to pesos rich indicator. +- **get_1000_to_win.py**: A script with an interactive game where the goal is to reach 1000 points. +- **limited_calculator.py**: An addition calculator but the limit is 1000. +- **Money_exchange(PHP-USD).py**: A dollars to pesos rich indicator. ## Getting Started