Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/volltin/nicegui-codemirror

A simple code editor based on the CodeMirror for the NiceGUI framework
https://github.com/volltin/nicegui-codemirror

codemirror nicegui

Last synced: 25 days ago
JSON representation

A simple code editor based on the CodeMirror for the NiceGUI framework

Awesome Lists containing this project

README

        

# NiceGUI CodeMirror

A simple code editor based on the [CodeMirror](https://codemirror.net/5/) for the [NiceGUI](https://github.com/zauberzeug/nicegui) framework. It provides a user-friendly interface for writing and editing code with features like line numbers, smart indentation, and event handling for changes, focus, and blur. Value binding is also supported.

## Usage

See `main.py` for a usage example.

```python
from codemirror import CodeMirror

code_editor = CodeMirror()
```