Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teresa-coco/teresa
Teresa. An AI based tool made by Python.
https://github.com/teresa-coco/teresa
ai python qt6 spark-ai
Last synced: 3 months ago
JSON representation
Teresa. An AI based tool made by Python.
- Host: GitHub
- URL: https://github.com/teresa-coco/teresa
- Owner: Teresa-CoCo
- Created: 2024-07-22T09:27:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T12:59:00.000Z (4 months ago)
- Last Synced: 2024-09-29T07:41:42.676Z (3 months ago)
- Topics: ai, python, qt6, spark-ai
- Language: Python
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🤖An AI based tool made by Python.🤖
---
## ✨Features
- [x] AI Chat with LLM.
- [x] ToolBox of life.
- [x] See your screen and understand the screen.
- [x] Have a cool outlook.(Based on QT)
- [ ] Help you operate the system.## 🛠️How to run
- Run go to the Release to download exe version.(Windows)
- First clone the repo, then "sudo chmod +x TeresaLinux.sh", at last "./TeresaLinux.sh"(You need a secret.ini in the running folder.)## ⚗️How to build
- Clone the repo.
- Run "pip install -r spark_ai_python pillow websocket-client Credentials" to install modules.(Some moudle may need C++ compiler so you need have MSVC 2022 C++ x86 build tool and Windows 11 SDK)
- Run teresa.py and have fun.
- Use "pyinstaller --onefile --icon=logo.ico --paths LifeTool --add-data secret.ini:. --add-data logo.ico:. TeresaQT.py"(QT version) or "pyinstaller --onefile --icon=logo.ico --paths LifeTool --add-data secret.ini:. --add-data logo.ico:. Teresa.py"(Non-QT version) ---To have excusive file.## đź“śLicence
GPL V3## 🙏Thanks to
![VS code](https://github.com/user-attachments/assets/67c65899-7e32-4cae-aa7c-0df9e39fa463)![QT](https://github.com/user-attachments/assets/75425013-3642-4549-99e5-3400fbb5a66c)