RPM query application with CLick and Trogon

by josevnz
GNU/Linux ◆ xterm-256color ◆ bash 501 views

Python has a very healthy ecosystem of GUI and TUI frameworks that you can use to write nice looking and intuitive applications. On this tutorial I will show you another 2 that can help you with to solve the following 2 problems:

  1. Avoid overwhelm complex and intimidating API when writing applications. Will use Click to solve that problem.
  2. Allow discoverability. This is very important when you have an application that supports many options or that you haven’t used in a while. That is where Trogon comes handy.