From 6cda52c4ed3c2e6839c265fb20161e80286b39c3 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Wed, 6 Mar 2024 17:49:10 -0500 Subject: [PATCH] initialize file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9175b8 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Hello, I see there aren't a lot of scripts around for binance to excel sheets. Well here is a new updated few. + +At first I was testing xlwings, but seems it's broken somwhere in the module. + +So I saw pandas had methods to write to excel sheets, so I just stuck with it. + +These seem to work. + +Hope it helps someone else. I'll update more as I keep testing along. \ No newline at end of file