ClaudeQt is a project designed to provide Claude AI features in your machine. This README provides an overview of the project, how to set it up, and how to contribute.
Before installing Pythonico, make sure you have the following dependencies installed:
You can install these dependencies using pip
, the Python package installer. Open a terminal or command prompt and run the following command:
pip install PyQt6 antrophic
Or you can install these dependencies using the package manager of your favorite Linux Distribution.
To run ClaudeQt, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/ClaudeQt.git
-
Navigate to the project directory:
cd ClaudeQt
-
Run the application:
python claudeqt.py
Make sure you have all the dependencies installed before running the application.
We welcome contributions to ClaudeQt! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to the branch:
git push origin feature-branch
- Create a pull request.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3. See LICENSE for details.