This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import smtplib | |
| from email.mime.text import MIMEText | |
| from datetime import datetime, timedelta, time | |
| from openpyxl import load_workbook | |
| # === CONFIGURAZIONE === | |
| CARTELLA_LOG = r"\\172.16.2.120\ExportLog\File_log_pc_utenti" | |
| SMTP_SERVER = "smtpz1.k-group.com" | |
| SMTP_PORT = 25 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import pandas as pd | |
| import subprocess | |
| import getpass | |
| from collections import Counter | |
| from datetime import datetime, time, timedelta | |
| import tkinter as tk | |
| from tkinter import ttk, messagebox, Toplevel, Label | |
| from openpyxl import load_workbook | |
| import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import pandas as pd | |
| import subprocess | |
| import getpass | |
| from collections import Counter | |
| from datetime import datetime, time, timedelta | |
| import tkinter as tk | |
| from tkinter import ttk, messagebox, Toplevel, Label | |
| from openpyxl import load_workbook | |
| import sys |