Neiroweb
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
🚀 Installation
Install via pip:
pip install neiroweb
💻 CLI Usage
Show help:
neiroweb
Ask AI:
neiroweb ask "Hello!"
Start terminal chat:
neiroweb chat
Start graphical chat:
neiroweb graphical_chat
🧠 History System
Show history:
neiroweb history
Reset history:
neiroweb history --reset
Set history manually:
neiroweb history --set "['hello']"
🖥 Graphical Chat
To start the graphical AI chat interface:
neiroweb graphical_chat
Python usage
from neiroweb.interactive import GraphicChat
app = GraphicChat()
app.run()
⚙️ API
This project uses:
https://text.pollinations.ai
📁 Project Structure
neiroweb/
├── __init__.py
├── __main__.py
├── cli.py
├── constants.py
├── interactive.py
├── __version__.py
🔧 Requirements
- Python 3.8+
- requests
- tkinter (built-in)
👤 Author
Andrey Sergeevich Cherepennikov
Aliases:
- vito
- CyberPlugger
- jumpkill
Age: 11
📌 Run as module
python -m neiroweb
🔮 Future ideas
- Streaming responses
- Plugin system
- Voice input/output
- Multi-session memory
- EXE build via PyInstaller
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neiroweb-1.0.7.tar.gz
(10.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
neiroweb-1.0.7-py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file neiroweb-1.0.7.tar.gz.
File metadata
- Download URL: neiroweb-1.0.7.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4a68f747440b26e11f627b380d25530c0aa54569607f8ef061130729f4edc34
|
|
| MD5 |
58e9c9c22d9d5175ffdb7da01e7d114d
|
|
| BLAKE2b-256 |
cb9cd3ca2d2531f9b595f268fa53f3c832768fef9c9ddd1ee86924a6eaaf44f3
|
File details
Details for the file neiroweb-1.0.7-py3-none-any.whl.
File metadata
- Download URL: neiroweb-1.0.7-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83f2be8adcb5b14ca5ba31a7bd9241859b3ae077f863d51057fcdc37e5df271a
|
|
| MD5 |
268e7d3ac86966f7e425cdfac2d287c6
|
|
| BLAKE2b-256 |
d38fe5d6b2e6294277f653ebfbd73d11c03d5818e2d206823a0e1bb0a3e9acba
|