Skip to content

alderven/pyxel-cyrillic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyxel-cyrillic

Cyrillic font for python pyxel

Currently pyxel doesn't support cyrillic font. This is workaround script for using cyrillic font.

Some symbols may absent. Feel free to add it yourself.

Sample usage:

import pyxel
import pyxelcyrillic

pyxel.init(200, 160)

def update():
    if pyxel.btnp(pyxel.KEY_Q):
        pyxel.quit()

def draw():
    pyxel.cls(0)
    pyxelcyrillic.text('Привет, мир!', 75, 80, 8)

pyxel.run(update, draw)

About

Cyrillic font for python pyxel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages