This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python3 | |
| """ | |
| # phantom.py | |
| Simple but fully scriptable headless QtWebKit browser using PyQt5 in Python3, | |
| specialized in executing external JavaScript and generating PDF files. A lean | |
| replacement for other bulky headless browser frameworks. |