Skip to content
OrAxelerator edited this page Dec 28, 2025 · 1 revision

Welcome to the Pixel_Code wiki!

Pixel_Code is a terminal based app, a TUI (Terminal User Interface) The goal is to create an English/French tool that works on all operating systems (MacOs, Windows, Linux).

Keybinds :

  • q : Quit
  • ↑/↓ : Navigation
  • p : Open parametre
  • r : refresh display (only work for screen main)
  • e : edit project inside Pixel_Code (doesn't work for the moment)
  • "ESPACE" : Change a parametre

Architecture : 3 class:

  • Main : Logic + main screen
  • Project : Each project inside projects.json have a instance
  • Param : Parametre screen, can load parametres.json and change value of different parametre

Clone this wiki locally