Metadata-Version: 2.4
Name: pyxel
Version: 2.9.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Sound/Audio
License-File: pyxel/LICENSE
Summary: A retro game engine for Python
Keywords: game,gamedev,retro,pixel-art,game-engine
Author-email: Takashi Kitao <takashi.kitao@gmail.com>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://github.com/kitao/pyxel/blob/main/CHANGELOG.md
Project-URL: Homepage, https://github.com/kitao/pyxel
Project-URL: Repository, https://github.com/kitao/pyxel.git

# <img src="https://raw.githubusercontent.com/kitao/pyxel/main/docs/images/pyxel_logo_152x64.png" alt="Pyxel">

[![Downloads](https://static.pepy.tech/personalized-badge/pyxel?period=total&units=international_system&left_color=grey&right_color=blue&left_text=PyPI%20downloads)](https://pypi.org/project/pyxel/)
[![GitHub Repo stars](https://img.shields.io/github/stars/kitao/pyxel?style=social)](https://github.com/kitao/pyxel)
[![GitHub forks](https://img.shields.io/github/forks/kitao/pyxel?style=social)](https://github.com/kitao/pyxel)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/kitao?label=Sponsor%20me&logo=github%20sponsors&style=social)](https://github.com/sponsors/kitao)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/H2H27VDKD)

**Pyxel** (/ˈpɪksəl/) is a retro game engine for Python.

With simple specifications inspired by retro gaming consoles, such as displaying only 16 colors and supporting 4 sound channels, you can easily enjoy making pixel-art-style games.

Pyxel is open source under the [MIT License](https://github.com/kitao/pyxel/blob/main/LICENSE) and free to use. Let's start making retro games with Pyxel!

Also, this project is developed by one person, kept going by your GitHub stars. If you enjoy it, please give it a star!

**[▸ User Guide](https://kitao.github.io/pyxel/web/user-guide/)**

**[▸ User Examples](https://kitao.github.io/pyxel-user-examples/)**

**[▸ Share Your Work](https://github.com/kitao/pyxel/discussions/new?category=user-examples)**

---

**Pyxel**（ピクセル）は Python 向けのレトロゲームエンジンです。

使える色は 16 色のみ、同時に再生できる音は 4 音までなど、レトロゲーム機を意識したシンプルな仕様で、Python を使ってドット絵スタイルのゲームづくりが気軽に楽しめます。

Pyxel は [MIT License](https://github.com/kitao/pyxel/blob/main/LICENSE) のオープンソースで、無料で自由に使えます。Pyxel でレトロゲームづくりを始めましょう！

また、このプロジェクトは GitHub のスターを励みに、個人で開発を続けています。気に入ったらぜひスター登録をお願いします！

**[▸ ユーザーガイド](https://kitao.github.io/pyxel/web/user-guide/)**

**[▸ ユーザー作品集](https://kitao.github.io/pyxel-user-examples/)**

**[▸ 作品を投稿する](https://github.com/kitao/pyxel/discussions/new?category=user-examples)**

[<img src="https://raw.githubusercontent.com/kitao/pyxel/main/docs/images/pyxel_thanks.png" alt="Pyxel User Examples" width="553">](https://kitao.github.io/pyxel-user-examples/) [<img src="https://raw.githubusercontent.com/kitao/pyxel/main/docs/images/pyxel_book.png" alt="Pyxel book" width="190">](https://gihyo.jp/book/2025/978-4-297-14657-3)

<p>
<a href="https://kitao.github.io/pyxel/web/showcase/examples/02-jump-game.html">
<img src="https://raw.githubusercontent.com/kitao/pyxel/main/docs/images/02_jump_game.gif" alt="Jump game" width="253">
</a>
<a href="https://kitao.github.io/pyxel/web/showcase/examples/10-platformer.html">
<img src="https://raw.githubusercontent.com/kitao/pyxel/main/docs/images/10_platformer.gif" alt="Platformer" width="222">
</a>
<a href="https://kitao.github.io/pyxel/web/showcase/apps/30sec-of-daylight.html">
<img src="https://raw.githubusercontent.com/kitao/pyxel/main/docs/images/30sec_of_daylight.gif" alt="30sec of daylight" width="268">
</a>
<a href="https://kitao.github.io/pyxel/web/showcase/apps/megaball.html">
<img src="https://raw.githubusercontent.com/kitao/pyxel/main/docs/images/megaball.gif" alt="Megaball" width="231">
</a>
<a href="https://kitao.github.io/pyxel/web/showcase/tools/image-editor.html">
<img src="https://raw.githubusercontent.com/kitao/pyxel/main/docs/images/image_tilemap_editor.gif" alt="Image and tilemap editor" width="256">
</a>
<a href="https://kitao.github.io/pyxel/web/showcase/tools/sound-editor.html">
<img src="https://raw.githubusercontent.com/kitao/pyxel/main/docs/images/sound_music_editor.gif" alt="Sound and music editor" width="256">
</a>
</p>

