Skip to content

Instantly share code, notes, and snippets.

View fesalm3ida's full-sized avatar

Felipe S. Almeida fesalm3ida

View GitHub Profile
@CleysonPH
CleysonPH / speed_monitor.py
Last active August 13, 2023 09:01
Script escrito em Python3.x que realiza testes de velocidade e escreve os resultados em um arquivo de texto.
#!/usr/bin/python3
# coding: utf-8
from time import sleep
from os import system
from os.path import exists
from datetime import datetime
import speedtest