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

# `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
from just_fix_windows_console

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