##nano airmonng.py
import os
  
def start(interface):
  os.system("airmon-ng start {}".format(interface))

def stop(interface):
  os.system("airmon-ng stop {}".format(interface))
##nano wifi_cracker.py
import os
import airmonng

status = raw_input("start or stop: ")
interface = raw_input("interface: ")

if status == "start" or status == "Start" or status == "START":
  airmonng.start(interface)

elif status == "stop" or status == "Stop" or status == "STOP":
  airmonng.stop(interface)

else:
  print "Wrong Choice"

##python wifi_cracker.py
>>import sys
>>sys.path
per me kqyr prej cilit path po thirren librarit e pythonit