views:

202

answers:

2

Hello! Which do you think is the best method to fill out a form and confirm with clicking a button with Python? Do I have to use django? I want to do it in a simple way. Is there a library? Thanks in advance!

+2  A: 

mechanize

Ignacio Vazquez-Abrams
+2  A: 

There are tons. Check out this question for some gory details.

Noufal Ibrahim