Neiroweb is a Python AI CLI + GUI tool powered by Pollinations AI.
It allows you to interact with AI using:
- Terminal commands
- Interactive chat mode
- Graphical Tkinter chat interface
Install via pip:
pip install neirowebShow help:
neirowebAsk AI:
neiroweb ask "Hello!"Start terminal chat:
neiroweb chatStart graphical chat:
neiroweb graphical_chatShow history:
neiroweb historyReset history:
neiroweb history --resetSet history manually:
neiroweb history --set "['hello']"To start the graphical AI chat interface:
neiroweb graphical_chatfrom neiroweb.interactive import GraphicChat
app = GraphicChat()
app.run()This project uses:
https://text.pollinations.ai
neiroweb/
├── __init__.py
├── __main__.py
├── cli.py
├── interactive.py
├── __version__.py
- Python 3.8+
- requests
- tkinter (built-in)
Andrey Sergeevich Cherepennikov
Aliases:
- vito
- CyberPlugger
- jumpkill
Age: 11
python -m neiroweb- Streaming responses
- Plugin system
- Voice input/output
- Multi-session memory
- EXE build via PyInstaller