PyGoogleForm icon indicating copy to clipboard operation
PyGoogleForm copied to clipboard

A simple Python library to submit Google Forms in Python

Results 6 PyGoogleForm issues
Sort by recently updated
recently updated
newest added

Hey there. > pip install PyGoogleForm yields 'ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.'

I think the syntax for this has changed so parenthesis must be added to prevent an error that prevents installation. https://www.geeksforgeeks.org/multiple-exception-handling-in-python/

the command ```bash pip3 install PyGoogleForm ``` is failing & the following error is returned ```bash Complete output from command python setup.py egg_info: Traceback (most recent call last): File "",...

The new Google forms have a span element indicating that its a required field ```html * ```

I tried it, it just worked (but didn't know if it really works or not) so I created a new google form to try it, but it didn't recognize it,...

I got error with url `https://docs.google.com/forms/d/e/1FAIpQLScBWlyDikptROFmyNb8vxvL4sRjlIT_c9JJHh1bvptptxeXhA/viewform ` I try to using another form and got same error