How to use sett - 1 common examples

To help you get started, we’ve selected a few sett examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Rajkumrdusad / MyServer / modules / menu.py View on Github external
elif system=="ubuntu" or system=="debian":
		    local()
      elif Tool == "3":
        if system=="termux":
		    print("\033[01;31m\n\n\007  Sorry \033[01;32mMySQL\033[01;31m is not support in your system.\n")
		    sleep(4)
        elif system=="ubuntu" or system=="debian":
		    Mys()
      elif Tool == "4":
        MServer()
      elif Tool == "5":
        Mhost()
      elif Tool == "6":
        Upd().U()
      elif Tool == "7":
        setting()
      elif Tool == "8":
        know().About()
      elif Tool == "Uninstall MyServer" or Tool == "uninstall myserver" or Tool == "rm -T":
        Un().Uni()
        sleep(1)
        ex()
      elif Tool == "exit":
        exit()
      elif Tool == "x":
        Toolo = raw_input("\n\033[1;32m Do you want to Exit ? [\033[01;33mY/n\033[01;32m] >>  \033[01;36m")
        if Toolo == "N" or Toolo == "n":
          pass
        elif Toolo == "Y" or Toolo == "y":
          exit()
        else:
          print("\n \033[01;31m\007Command not found :\033[01;32m \'"+Toolo+"\'")

sett

Secure Encryption and Transfer Tool

MIT
Latest version published 1 month ago

Package Health Score

84 / 100
Full package analysis

Popular sett functions