Skip to content

My Python terminal user interface (TUI) project template based on black, nuitka, pre-commit, pytest and textual.

License

Notifications You must be signed in to change notification settings

miek770/python_uv_nuitka_tui_template

Repository files navigation

My Python TUI Project Template

This is a Python terminal user interface (TUI) project template that combines the following libraries:

  • black: To automate formatting.
  • nuitka: To compile the project for distribution.
  • pre-commit: To active pre-commit hooks, including black.
  • pytest: To test the project.
  • textual: To build the TUI.

See my blog post for details.

About

My Python terminal user interface (TUI) project template based on black, nuitka, pre-commit, pytest and textual.

Resources

License

Stars

Watchers

Forks