u53r55 / PyCmd

A fork of PyCmd with some private extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyCmd (cmd extended by Python)

A fork of PyCmd from https://sourceforge.net/projects/pycmd/ with some extensions.


Installation guide:

  1. Install CPython 3.7 or above.
  2. Download or clone this project to local folder.
  3. Lauch PyCmd via [LocalPythonInstallPath]\python.exe PyCmd.py in any cmd window.

Suggested launch method:

  1. Create a cmd file like pc.cmd, add it to any folder under system %PATH%.
  2. Put a line [LocalPythonInstallPath]\python.exe PyCmd.py in above pc.cmd.
  3. In any cmd.exe window, type pc.cmd to launch PyCmd which will be embedded in the current console session.

Tips:

  1. Install IPython via python.exe -m pip install ipython. IPython interpreter could be launched in PyCmd via typing a single i and enter.

About

A fork of PyCmd with some private extension


Languages

Language:Python 100.0%