import rendercv.__main__ as rendercv input_file_path = "personal.yaml" rendercv.main(input_file_path) # This script is equivalent to running the following command in the terminal: # python -m rendercv personal.yaml # or # rendercv personal.yaml