import pandas as pd
df = pd.DataFrame()
now = pd.Timestamp.now()
path = now.strftime(fr"{now.date()} filename %y%m%d%H%M%S.xlsx")
print(path)