Python script for gathering GDP and interest rates

Firstly...I'm not a coder so be gentle ;-)
Basically I want to have a little script on my desktop that can pull quarterly GDP numbers and also interest rate data for the 8 major currencies. It should update once a day or so.
And then just plot these on a simple graph so I can have a broad fundamental bias.
For example, if GDP and interest rates for a country/currency are rising then that would be a sign that a currency is getting stronger, just a simple bias method.
I assumed something like this would already exist but I can't seem to find exactly what I'm looking for using Google/Github etc...does anyone know where I can find something like this?
I've tried using chatgpt to build a script and it's like almost there but just can't iron the errors out and it keeps doing something completely new when I try to fix an error....