Metadata-Version: 2.3
Name: just-fix-windows-console
Version: 0.1.0
Summary: A tiny, dependency-free Python module that enables ANSI / VT escape sequence processing on Windows consoles.
Author: Dheepak Krishnamurthy
Author-email: Dheepak Krishnamurthy <1813121+kdheepak@users.noreply.github.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# `just_fix_windows_console`

A tiny, dependency-free Python module that does one thing and one thing only --- enables ANSI / VT escape sequence processing on Windows consoles.

### Usage

```python
import just_fix_windows_console

print("\x1b[32mHello, green world!\x1b[0m")
```
