{"id":23402777,"url":"https://github.com/retrotee/cwc","last_synced_at":"2025-04-08T22:24:51.054Z","repository":{"id":253454856,"uuid":"843495769","full_name":"retrotee/CWC","owner":"retrotee","description":"Chat With Computer (CWC) is a versatile tool designed to interact with your PC through a user-friendly chat interface. Key features include customizable chat styles, multiple language options, and detailed hardware information. The application also offers a unique \"Controller Mode\" for executing commands directly from the chat window.","archived":false,"fork":false,"pushed_at":"2024-08-29T11:57:26.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T17:38:25.774Z","etag":null,"topics":["ai","anaylsis","artificial-intelligence","chat","chatbot","computer","control","gpt-3-5-turbo"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/retrotee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-16T16:36:13.000Z","updated_at":"2024-11-08T13:03:46.000Z","dependencies_parsed_at":"2024-08-16T20:46:40.895Z","dependency_job_id":"71ab8743-6840-4f63-aa98-07c0b82dda2d","html_url":"https://github.com/retrotee/CWC","commit_stats":null,"previous_names":["retrotee/cwc-chat-with-computer","retrotee/cwc"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrotee%2FCWC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrotee%2FCWC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrotee%2FCWC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrotee%2FCWC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retrotee","download_url":"https://codeload.github.com/retrotee/CWC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247936488,"owners_count":21021046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","anaylsis","artificial-intelligence","chat","chatbot","computer","control","gpt-3-5-turbo"],"created_at":"2024-12-22T12:37:17.567Z","updated_at":"2025-04-08T22:24:51.027Z","avatar_url":"https://github.com/retrotee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CWC - Chat With Computer\n\nWelcome to **Chat With Computer (CWC)**! This innovative application allows users to have engaging conversations with their computer, providing customizable interaction styles and detailed system information. \n\n## Overview\n\n**Chat With Computer (CWC)** is a versatile tool designed to interact with your PC through a user-friendly chat interface. Key features include customizable chat styles, multiple language options, and detailed hardware information. The application also offers a unique \"Controller Mode\" for executing commands directly from the chat window.\n\n## Features\n\n- **Interactive Chat Interface:** Engage in dynamic conversations with your computer.\n- **Customizable Styles:** Choose from predefined styles or create your own for a personalized experience.\n- **Multi-language Support:** Select from various languages to enhance communication.\n- **Controller Mode:** Execute system commands directly from the chat interface when enabled.\n- **Detailed System Information:** Access comprehensive details about your computer’s hardware and software.\n\n## Installation\n\n### Pre-Built Binaries\n\nFor Linux users, a pre-built version of the application is available for free. You can download it from the [Releases](https://github.com/retrotee/CWC-Chat-With-Computer/releases) tab.\n\n### Building from Source\n\nIf you prefer to build the application from source, follow these steps:\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/retrotee/CWC-Chat-With-Computer.git\n   cd CWC-Chat-With-Computer\n   ```\n\n2. **Install Dependencies:**\n   Ensure you have the following Python packages installed:\n   - `PyQt5`\n   - `GPUtil`\n   - `psutil`\n   - `cpuinfo`\n   - `g4f`\n   - `curl_cffi`\n\n   You can install these using pip:\n   ```bash\n   pip install PyQt5 GPUtil psutil py-cpuinfo g4f curl_cffi\n   ```\n\n3. **Run the Application:**\n   ```bash\n   python main.py\n   ```\n\n## Usage\n\n### Permissions and Restrictions\n\nYou are allowed to:\n\n- **Use** the application freely for personal purposes only.\n- **Enhance** and modify the application. When doing so, please credit the original authors.\n\nYou are prohibited from:\n\n- **Selling** the application or any of its derived versions.\n- **Removing** or omitting credits to the original developers.\n- **Closing the Source**: Any distributed versions of the code must remain open source.\n- **Malicious Use**: Do not use the software for harmful purposes or malware.\n- **Exploitative Technology**: Avoid using the application or its code to exploit or harm others.\n\n### Credits\n\nSpecial thanks to the following contributors and libraries that made this project possible:\n\n- **[PyQt5](https://www.riverbankcomputing.com/software/pyqt/intro)** - GUI framework by Riverbank Computing.\n- **[GPUtil](https://github.com/anderskm/gputil/)** - For GPU information, created by Anders Krogh Mortensen.\n- **[psutil](https://github.com/giampaolo/psutil)** - System utilities library by Giampaolo Rodola.\n- **[cpuinfo](https://github.com/workhorsy/py-cpuinfo)** - CPU information library by Matthew Jones.\n- **[g4f](https://github.com/xtekky/gpt4free)** - AI interaction client by Tekky.\n- **[curl_cffi](https://github.com/lexiforest/curl_cffi)** - Python binding for curl-impersonate via cffi by Lyonnet.\n\n## License\n\nThis project is licensed under the [GPL License](LICENSE). See the `LICENSE` file for details.\n\n## Thank you!\n\nThank you for using **Chat With Computer (CWC)**. We hope you find it both useful and enjoyable!\n\n---\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretrotee%2Fcwc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretrotee%2Fcwc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretrotee%2Fcwc/lists"}