Skip to main content

2 posts tagged with "Getting Started"

Beginner tutorials for building applications with quiCkLI.

View All Tags

Getting Started with quiCkLI: Your First Command-Line Application

· 3 min read
Sven Patrick Meier
Creator and maintainer of quiCkLI, an educational Python CLI framework

If you have ever wanted to build a small Python command-line tool but found larger frameworks overwhelming, quiCkLI was designed for you. It is a minimal framework that keeps the essentials visible so you can learn - and build - without unnecessary complexity.

In this first article of the Getting Started with quiCkLI series you will build a greeting tool with exactly three concepts: Application, Argument, and Option.