From d7efe9823d4320eb49329d95d4ea685ec65448b7 Mon Sep 17 00:00:00 2001 From: dimani128 <43250455+dimani128@users.noreply.github.com> Date: Sun, 17 Sep 2023 21:17:08 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 080f9e0..ac9b4ff 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,7 @@ Compilation of useful python functions. - Added changelog - Added menu function - Separated functions into different files + +## Credits + - cls: + - [https://stackoverflow.com/questions/517970/how-to-clear-the-interpreter-console](https://stackoverflow.com/questions/517970/how-to-clear-the-interpreter-console#:~:text=here%20something%20handy%20that%20is%20a%20little%20more%20cross%2Dplatform)