Metadata-Version: 2.1
Name: bb7
Version: 0.2.0
Summary: A TDD coding bot
Author-Email: Drunkwcodes <drunkwcodes@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/drunkwcodes/bb7
Project-URL: Issues, https://github.com/drunkwcodes/bb7/issues
Requires-Python: >=3.11
Requires-Dist: rich>=13.7.1
Requires-Dist: ollama>=0.3.1
Requires-Dist: click>=8.1.7
Requires-Dist: pytest>=8.3.2
Requires-Dist: gTTS>=2.5.3
Requires-Dist: pygame>=2.6.0
Description-Content-Type: text/markdown

# bb7
A TDD coding bot using ollama

### Installation and Usage

```
pipx install bb7
```

Chat:

```
bb7 -c
```

```
Usage: bb7 [OPTIONS]

Options:
  -c, --chat
  -h, --help  Show this message and exit.
```


```
bb7 is a TDD coding bot. It can recognize the Python project structure,
find the tests folder, and run tests. It can also chat with a chatbot.
The current directory is not in a Python project.
```


```
Welcome to the bb7 Chat Terminal!
>>: /help
Available commands:
/exit, /quit, /q - Exit the chat
/clear - Clear the screen
/voice [ja] - Voice output last message
/help - Show this help message
>>: 
```