# Ghost.py **Repository Path**: mirrors_lukecyca/Ghost.py ## Basic Information - **Project Name**: Ghost.py - **Description**: Webkit based scriptable web browser for python. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ghost.py is a webkit web client written in python:: from ghost import Ghost ghost = Ghost() page, extra_resources = ghost.open("http://jeanphi.fr") assert page.http_status==200 and 'jeanphix' in ghost.content .. image:: https://secure.travis-ci.org/jeanphix/Ghost.py.png