Skip to content

CyberPlugger/neiroweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
├── 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

About

Python CLI Package made for terminal access to Artificial Intelligence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages