Metadata-Version: 2.1
Name: aio-code-editor
Version: 0.7.2
Summary: 
Author: NguyenDinhTiem
Author-email: nguyendinhtiem1999@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: streamlit (>=1.32.2,<2.0.0)
Requires-Dist: streamlit-code-editor (>=0.1.12,<0.2.0)
Description-Content-Type: text/markdown

# AIO EDITOR CODE - AI VIET NAM
 
# Hướng dẫn cài đặt

1. Tạo môi trường, python>=3.8
```python
conda create -n aio_editor-env python=3.12

```
2. Cài đặt thư viện

```python
pip install aio-code-editor

```
# Cách sử dụng

1. Tạo file st_app.py

```python
from aio_code_editor import app
app.run()

```
2. Mở terminal --> Kích hoạt môi trường --> Chạy lệnh
```python
streamlit run app.py

```

# Demo
<img src='https://archive.org/download/aio-demo/aio-demo.png' alt='Image'>


Made by  [AI VIET NAM]("https://www.facebook.com/aivietnam.edu.vn)
