Run python script at a chosen hour

Hello

I’m writing a python script and I would like the scrpit to be run by himself each day at 8 p.m.
Is there a way to do that ?

Thank you.

Use crontab in Linux for scheduled execution of scripts