If some user interaction is an option for you, the following solution might suite you.
- Visit the domain in your browser.
- Solve the Captcha.
- Use the cookies from your browser in Python.
There are many ways to do this:
- Use Selenium as the browser.
- Manually copy-paste the Cloudflare cookies.
- Use browser-cookie3 to use the cookies from your browser.