Skip to content

A example code for creating Command Line (CLI) Tool using Python.

License

Notifications You must be signed in to change notification settings

gokulakannant/python-cli-tool-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python CLI Tool Example

A example code for creating Command Line (CLI) Tool using Python pyinstaller is used to generated the executable file.

Prerequisites

  • python3
  • pip3
  • pyinstaller
    • pip3 install pyinstaller - used to install the pyinstaller for python3

Assume my platform is

  • Linux (Ubundu 16.04)

Assume my configurations are

  • Python 3.5.2
  • pip 19.0.2
  • pyinstaller 3.4

Pyinstaller Commands

  • pyinstaller python_cli.py

    To generate the executable python_cli file.

About

A example code for creating Command Line (CLI) Tool using Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages