You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TICK is a lightweight, local, browser-based code editor integrated with AI. It is designed to assist you with coding, propose changes, and automatically inject code corrections directly into your files.
## ✨ Features
- **Monaco Editor:** The same powerful engine used in VS Code, complete with syntax highlighting.
- **AI Assistant:** Supports multiple AI providers: Gemini (via API), and local models via Ollama or KoboldCPP.
- **Smart Diff System:** The AI proposes code changes which you can quickly review and apply.
- **Integrated Terminal:** Run your Python scripts directly from the browser.
- **Tabs Support:** Work on multiple files simultaneously.
- **Zero Dependencies:** Built entirely with Python's standard library. No pip install required!
## 🚀 How to Run
1. Download the tick\_editor.py file.
2. Open your terminal or command prompt in the directory containing the file.
3. Run the script:
```bash
python tick_editor.py
About
Single-file Python IDE with AI coding assistance and smart code diff application.