Skip to content

Starting PyRAT

Anderl edited this page Feb 12, 2019 · 1 revision

CLI interface:

Starting PyRAT in CLI mode from the command line:

> pyrat.run -b [rat filename]      	 or:
> pyrat.run --batch [rat filename]

Or use it from within python:

>>> import pyrat		[for scripts, or] 
>>> from pyrat import *	        [easier for interactive work, no "pyrat" prefix]

GUI Interface

Starting PyRAT in GUI mode from the command line:

> pyrat.run [rat filename]

If you want to launch the GUI from the CLI interface, use gui() or show()

Clone this wiki locally