I've been doing some weird piecing together of python code but I totally understand what I have (I'm not the best at it). Now, the only piece i'm missing is how to convert a public key (x,y) coordinates in decimal form, to an address. That's all I need, and I can't figure it out. I tried
https://github.com/weex/addrgen but its broken up into so many pieces I can't make sense of it. Hell, I can't even find out where the freaking variable is that designates the original private key (in decimal format) in that code. I could actually work with that too (i think), but I can't find that part in the code. I'm looking to spit out a bunch of addresses, but specific to certain private keys and it would be too laborious to do manually in a program one by one or on a website one by one. Any help would be greatly appreciated. thanks.