Skip to content

je-clark/CommandLineUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Utilities

This is a collection of Python-based command line utilities. Installation guidelines are below:

When you stick it in the Scripts folder within your Python installation (for me, it's C:\Python\Scripts) and associate the .py extension with python.exe. This folder is automatically added to your system's PATH variable during Python's installation, which is how pip can execute by just calling "pip".

Once this is done, all you need to do is type "google " in any command line utility (in Windows, this works for command prompt and Powershell) and it runs the script.

One modification that may be required is to modify the PATHEXT variable in your environment variables by appending ";.PY"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages