'How to Make a Clock In seconds for python
So Im Trying to Create a Auto Clicker as a Purchasable item in my idle game and i have looked through all sorts of methods I Tested all Methods First Using stock IDE Then after testing i would go and use replit but every time when i checked to see if it was working and it constantly returned a slowly increasing decimal Of a Ranged rate with it going around .00000119209 per click instead of per second.
adc = float(time.time()-t)
Solution 1:[1]
A quick Fix for this is that i will just use the Stock Ide
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | nyalinth jarden |
