https://github.com/birdup000/kivy-agixt
https://github.com/birdup000/kivy-agixt
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/birdup000/kivy-agixt
- Owner: birdup000
- Created: 2024-01-23T22:02:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T05:11:36.000Z (9 months ago)
- Last Synced: 2025-01-21T10:54:41.335Z (4 months ago)
- Language: Python
- Size: 124 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kivy AGIXT
This is a UI for *[AGIXT](https://github.com/Josh-XT/AGiXT)*## Getting Started with Kivy-AGIXT
### Prerequisites
Before running the application, make sure you have the following installed:
- [Python](https://www.python.org/) (version 3.6 or higher)
# Linux Packages needed (Fedora Package listed below for pyaudio will add other packages for other distros/os)
```bash
sudo dnf install portaudio-devel
```# pip packages
```bash
pip install kivypip install https://github.com/kivymd/KivyMD/archive/master.zip
```### Running the App
Clone the repository and navigate to the project directory:
```bash
git clone https://github.com/birdup000/Kivy-AGIXT
cd Kivy-AGIXT
python3 main.py
```