5 Python Libraries for Building Command Line Tools

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • In this video, I show how you can create a command line tool (CLI) using 5 Python libraries. I utilized OpenWeatherMap API and Typer, Tabulate, PyFiglet, Inquirer, Yaspin libraries.
    Link to the source code: github.com/nat...
    Music from Uppbeat (free for Creators!):
    uppbeat.io/t/i...
    License code: AMBS4PX0XIZSCCST

Комментарии • 12

  • @NateBabaev
    @NateBabaev  2 года назад +1

    7 Libraries for Python automation projects: ruclips.net/video/yEc37ef52qE/видео.html

  • @lhd7105
    @lhd7105 7 месяцев назад

    Great walk-through, wonderful in illustrating the simplicity and power of these CLI-crafter's libraries - I really appreciate this, thankies muchly keep rockn' on n rockn' hard!! --much obliged!!

  • @awdjawdawpkdnpawdnwakldm
    @awdjawdawpkdnpawdnwakldm Год назад +1

    thanks this will add more life to my tool Im making

  • @chitts6027
    @chitts6027 Год назад +1

    exactly what I was looking for, thanks!

  • @sercascade
    @sercascade Месяц назад

    thanks for this!! i would also reccommend the simple-term-menu package for a nice looking menu with options
    edit: also the getpass package makes the users input invisible which is usefull

    • @NateBabaev
      @NateBabaev  29 дней назад

      @@sercascade thanks! I’ll try them out

  • @sondrepedersen7919
    @sondrepedersen7919 Год назад +1

    great! exactly what i needed

  • @vandykfernandes8356
    @vandykfernandes8356 9 месяцев назад

    Nice tutorial. About inquirer, If we use it as a argument for a sub command in typer it gets called even when you call --help. Did you face this issue?

  • @xwytrexss
    @xwytrexss 2 года назад +2

    Dude resume do programs video it help me :>

  • @indraneel6601
    @indraneel6601 5 месяцев назад

    ❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥

  • @elshanhasanov5273
    @elshanhasanov5273 2 года назад +1

    this video struggling from long term break:(

  • @knut-olaihelgesen3608
    @knut-olaihelgesen3608 7 месяцев назад

    What about learning the language's proper naming conventions?