A fork of PyCmd from https://sourceforge.net/projects/pycmd/ with some extensions.
Installation guide:
- Install CPython 3.7 or above.
- Download or clone this project to local folder.
- Lauch PyCmd via
[LocalPythonInstallPath]\python.exe PyCmd.py
in any cmd window.
Suggested launch method:
- Create a cmd file like
pc.cmd
, add it to any folder under system %PATH%. - Put a line
[LocalPythonInstallPath]\python.exe PyCmd.py
in abovepc.cmd
. - In any cmd.exe window, type
pc.cmd
to launchPyCmd
which will be embedded in the current console session.
Tips:
- Install IPython via
python.exe -m pip install ipython
. IPython interpreter could be launched in PyCmd via typing a singlei
and enter.