How to handle Captcha's manually

I want to develop some code to scrape a website and get information from data openly given on the website. Not hard core scraping of data or anything. But can involve following 200 links.

The website pops up with captchas.
I’m not necessarily looking for an automated solution…
Just a manual one will be OK.

How can I do this in Python?

The end output will be a standalone desktop application that the user can run to get data reported and put into charts and easy to see tables for example.

Not sure where to start.

Thanks.