sketch [5]
Anti-surveillance ToolDescription

Process & Reflection
There are 3 questions I solved during the process:
1. direction line. I want to draw a line to link the random point and the mouse, and it will use the linear equation knowledge which I almost forget for 4 years, it really reminds me of my high school memory.
2. count amount. I separate two values of appearance and count. so that it won't count every time when I move the mouse onto the same position, only continue to count until I click the mouse to generate the next new bitcoin
3. random position. This is easier, I use the int() function to make the position value integrate so that it will be able to move the mouse to the accurate position more feasible.