Posts by Isaac Victor Silva Rodrigues • 3 points
2 posts
-
0
votes4
answers89
viewsA: Repetition is not equivalent to one second
There is because it depends on your computer what you can do is, using the time library with import time add a time.sleep(1) or calculate differences in time.clock() to mark runtime and do as you…
-
0
votes1
answer50
viewsQ: Problem with pyinstaller+ os.getcwd() on MAC OS
After numerous problems with Tkinter and Pyinstaller, I finally managed to make a Unix executable application work normally on MAC High Sierra. But inside my application folder, there is a folder…