Skip to content

Macro preprocessor for Ren’Py programming language, which allows to divide .rpy file into modules, while including some state-of-art macro commands for creating quizzes to gamify the learning process

Notifications You must be signed in to change notification settings

zhenyatos/pytux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PytuX DSL (Windows/Linux)

Requirements

Install

From project root dir:
pip install . or
pip install . --upgrade if installed

Examples

  • to get help messages:
    pytux -h
    per command:
    pytux <command> -h
    per task:
    pytux <command> <task> -h
  • current logging test:
    pytux build
    pytux log show
  • to suppress loglvl < WARNING msgs:
    pytux -l warning build
    pytux log show
  • clear log:
    pytux log clear

Documentation

PytuX DSL.pdf

About

Macro preprocessor for Ren’Py programming language, which allows to divide .rpy file into modules, while including some state-of-art macro commands for creating quizzes to gamify the learning process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages