Metadata-Version: 2.4
Name: famiterm
Version: 0.3.0
Summary: A NES emulator running in the terminal
Author-email: Vincent Michel <vxgmichel@gmail.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/vxgmichel/famiterm
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<3,>=2.0
Requires-Dist: gambaterm<2,>=1.0
Provides-Extra: controller-support
Requires-Dist: pygame<2,>=1.9.5; extra == "controller-support"
Dynamic: license-file

famiterm
--------

A NES emulator running in the terminal.

![](https://github.com/vxgmichel/famiterm/raw/main/demo.gif)

It uses the [gambaterm](https://github.com/vxgmichel/gambatte-terminal) frontend.

Also, it only runs Super Mario Bros.

