KarmaStrikesBack
Supremacy Member
- Joined
- Mar 24, 2016
- Messages
- 8,975
- Reaction score
- 7
Hi guys.. i did abit of programming on excel VBA. Now i am trying to do the same on python but i cant understand how to..
For excel, i have a GUI ready for me to draw lines and arrows.. then enable developer mode and i can start to give instructions to these lines and arrows how to react when it is being clicked..
But for python, i dont understand how i can draw lines and arrows considering there is no GUI there for me to do it.. does it mean i have create.line(position, colour, width)? I have like hundreds of lines or arrows i wanna draw.... each with a different given name.. and they react when it is clicked..
For excel, i have a GUI ready for me to draw lines and arrows.. then enable developer mode and i can start to give instructions to these lines and arrows how to react when it is being clicked..
But for python, i dont understand how i can draw lines and arrows considering there is no GUI there for me to do it.. does it mean i have create.line(position, colour, width)? I have like hundreds of lines or arrows i wanna draw.... each with a different given name.. and they react when it is clicked..