Metadata-Version: 2.4
Name: pico-editor
Version: 0.1.1
Summary: A lightweight, nano-style text editor built in Python.
Home-page: https://github.com/Master629/pico-editor
Author: master629
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Text Editors
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# pico Editor

A lightweight, nano-style text editor built in Python.

This project was created by master629 to make a lightweight, better version of GNU nano.

## Installation

```bash
pip install pico-editor
```

## Usage

```bash
pico <filename>
```

~o.l

## Changelog

### v0.1.1
- **Bug Fix:** Resolved a critical issue where the cursor would become unresponsive after introducing the new UI.
- **UI Enhancement:** The editor's main text area is now enclosed in a box, visually separating it from the status bars.

### v0.1.0
- Initial release.
