Python CLI Package made for AI Access
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file neiroweb-1.0.4.tar.gz.
File metadata
- Download URL: neiroweb-1.0.4.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
602e6b81207c23c31cbc91cb98e7957b0bfca7e048c04debd5ae7a819b2b1c40
|
|
| MD5 |
dedd3e3ddb96cbc559cedac702054e11
|
|
| BLAKE2b-256 |
12a9e1802bf7aefebacd4d715d2a80c1cfbe31d791e6ff4322288fcd636fcb57
|
File details
Details for the file neiroweb-1.0.4-py3-none-any.whl.
File metadata
- Download URL: neiroweb-1.0.4-py3-none-any.whl
- Upload date:
- Size: 8.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 |
01cbb12faf7176ede3fa1ef5e64aea3fb503b73f14fd4ecf330ab1f2ac8f4db4
|
|
| MD5 |
27eb02e433c0d940e47623390220f870
|
|
| BLAKE2b-256 |
1fba36d49ccec3682ea1d1ffe2a94143e7f4de460b24b582d6e4938b919b4e6f
|