An open API service indexing awesome lists of open source software.

https://github.com/birdup000/kivy-agixt


https://github.com/birdup000/kivy-agixt

Last synced: 4 months ago
JSON representation

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 kivy

pip 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
```