Tag:cli
All the articles with the tag "cli".
Building a real-time PC stats visualizer command line tool with Python
Posted on:July 29, 2023 at 09:57 AMReading time:12 minutesTutorial on how to quickly build a command line tool to help you visualize important PC stats from the terminal using Python.
Sharing Python applications as executables - A how-to guide
Posted on:July 29, 2023 at 11:57 AMReading time:5 minutesTutorial on how to quickly share your Python applications with others using pyinstaller.