{"id":27820,"library":"ghost-pc","title":"GhostPC","description":"GhostPC allows you to control your Windows PC remotely via WhatsApp, with AI vision capabilities. The current version is 0.2.24, supporting Python >=3.12. It is actively maintained with frequent releases.","status":"active","version":"0.2.24","language":"python","source_language":"en","source_url":"https://github.com/nexarlabs-ai/GhostPC","tags":["whatsapp","pc-control","ai-vision","remote-control"],"install":[{"cmd":"pip install ghost-pc","lang":"bash","label":"Install GhostPC"}],"dependencies":[],"imports":[{"note":"Library uses underscores in package name, not hyphens.","wrong":"from ghostpc import GhostPC","symbol":"GhostPC","correct":"from ghost_pc import GhostPC"}],"quickstart":{"code":"from ghost_pc import GhostPC\nimport os\n\nclient = GhostPC()\nclient.run()","lang":"python","description":"Initialize and run GhostPC. It listens for WhatsApp messages to execute commands."},"warnings":[{"fix":"Use 'pip install ghost-pc' and 'from ghost_pc import GhostPC'.","message":"Package name uses hyphens (ghost-pc) but import uses underscores (ghost_pc). Common mistake to try 'import ghostpc'.","severity":"gotcha","affected_versions":"all"},{"fix":"Upgrade to latest and use 'ghost_pc' module.","message":"Older versions used 'ghostpc' as module name; this has changed.","severity":"deprecated","affected_versions":"<0.2.0"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Use 'from ghost_pc import GhostPC' instead.","cause":"Incorrect import due to package name spelling.","error":"ModuleNotFoundError: No module named 'ghostpc'"},{"fix":"Upgrade to latest version: pip install --upgrade ghost-pc","cause":"May be using an older version that didn't export GhostPC class.","error":"ImportError: cannot import name 'GhostPC' from 'ghost_pc'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}