How to Double Your Savings with Python saving *= 2
@GlutesEnjoyer2 жыл бұрын
Lmao came here to post this but was too late
@patloeber2 жыл бұрын
Haha love it!
@Rumplestiltzchen2 жыл бұрын
🥴👍 spending hours programming to automating a 30 minute task! Love it!
@coreybuchanan7762 жыл бұрын
But at least it’s reusable now
@wilk852 жыл бұрын
Haha yea, have the same
@__________________________69102 жыл бұрын
😅
@patloeber2 жыл бұрын
Right?! ;)
@SirGabeII2 жыл бұрын
If it’s not repetitive & boring doesn’t need to be automated.
@tanjt1072 жыл бұрын
There is a package called gspread which is useful for connecting Python and Google sheets!
@__________________________69102 жыл бұрын
humm
@patloeber2 жыл бұрын
I know! But it doesn't support Pivot tables yet, that's why I used the official API directlly
@__________________________69102 жыл бұрын
@@patloeber hummmmmmmmmmmmmm
@123arskas2 жыл бұрын
We still have to manually fill in or create a CSV if the things we're spending on aren't related to online purchases. The steps you performed actually makes it more tedious than manual spreadsheet work. Yes you're automating it but my first query of manually creating CSV still remains intact thus we still need to do manual work.
@Andrey-rc6wp2 жыл бұрын
I see a lot of people saying how this is useless because it’s a waste of time. Hours programming vs 30 mins of work or whatever. Clearly some people have never done repetitive, mundane tasks for months on end. If you spend say even 10 hours programming this, and it saves you 30 mins per week. You’ll make your time back in 20 weeks. Not only that, you’ve sharpened your skills, learned something new, and have something that will be reusable. Imagine doing this for yourself when you’re making a million a year and spending 800k of it. Not 50k and spending 40k of it.
@fastrockstar17052 жыл бұрын
Nice idea. I'll try to code this myself. But I think I will use openpyxl package for the xls creation. Also I think a nice senkey diagram would be cool.
@ffinalttrip2 жыл бұрын
This is amazing!!!!!!!!!🤯 Really useful and nice to learn how to do it! Would be nice to have a month division
@SanataniAryavrat2 жыл бұрын
You are awesome Bro! Thanks for this lovely tutorial.
@patloeber2 жыл бұрын
Glad you liked it!
@brandonliu19132 жыл бұрын
Hi there. Thanks for the cool video! If I wanted to look at a monthly overview every month, would I have to redownload the CSV file from my transaction history every time and then run the update command?
@amc84372 жыл бұрын
I need where I can practice such things; replace excel for python