Metadata-Version: 2.4
Name: S_Ai_emo123
Version: 0.0.1
Summary: Raving AI
Author: EMO_123
License: MIT
Keywords: emo123,Fake ai,joke,s_ai
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# Ai-Of-S
I even deleted the swear words.

# Install
```bash
pip install S_Ai_emo123
```
# start
```python
from Ai_Of_S import ai
```
# word list
It contains all the data

and I put a modified python bug report in as the default content
```python
from Ai_Of_S import ai,wl
print(wl)
```

# S\_\_\_ say text
You can directly output 10 words or specify the number of outputs.

When you decide to "start", ai will speak with this word as the beginning.

When you decide space = True, there will be spaces between each word
```python
print(
    ai.sst(),
    ai.sst(300),
    ai.sst(start="."),
    ai.sst(300,space=True)
)
```

# read
Read the file
```python
ai.read("text.txt")
```

# save words
Save words to file
```
ai.sw()#to word.json
ai.sw("word2.json")#Other file
```

# load words
```python
ai.lw()#from word.json
ai.lw("word2.json")#Other file
```

# f\_\_\_ up
clean up wl
```python
ai.fu()
```
