Python and custom script

Python and custom script

1.- I would like to take the details of an application. Then upload them to a local website located in the folder "custom_scripts".
2.-I would also like to know how I can get the information from an application and convert it into a PDF file.
3.- Because some python script libraries don't work if I run them directly in the application.


Example

import webbrowser
webbrowser.open_new(url)

                  New to ADSelfService Plus?