コード例 #1
0
def Person_lookup(self, lookup):
    lookup.destroy()
    l = Label(self,
              text="Name:",
              bg="black",
              fg="Grey",
              font=("comicsansms", 16, "bold"),
              relief=FLAT).place(x=230, y=140)
    l = Label(self,
              text="City/Department:",
              bg="black",
              fg="Grey",
              font=("comicsansms", 16, "bold"),
              relief=FLAT).place(x=230, y=240)
    l = Label(self,
              text="Last name first name.",
              bg="black",
              fg="red",
              font=("comicsansms", 16, "bold"),
              relief=FLAT).place(x=250, y=180)
    nom = Entry(self, relief=FLAT, font=("comicsansms", 20, "bold"))
    nom.place(x=380, y=140)
    city = Entry(self, relief=FLAT, font=("comicsansms", 20, "bold"))
    city.place(x=380, y=240)
    btn = Button(self,
                 text="Search",
                 font="BahnschriftLight 15",
                 bg="gray17",
                 fg="white",
                 activebackground="gray17",
                 activeforeground="green",
                 bd=0,
                 command=lambda: searchPersonne.searchPersonne(
                     self, nom.get(), city.get(), settings.countrycode)).place(
                         x=300, y=340)
コード例 #2
0
def Person_lookup(self, text, navself, topFrame):
    switch(navself, topFrame, btnState=True)
    # lookup.destroy()
    person_lookup = Toplevel(self)
    person_lookup.title("Person Lookup")
    person_lookup.config(bg="grey17")
    person_lookup.geometry("600x300+200+200")
    person_lookup.maxsize(600, 300)
    person_lookup.minsize(600, 300)
    l = Label(person_lookup,
              text="Name:",
              bg="black",
              fg="Grey",
              font=("comicsansms", 16, "bold"),
              relief=FLAT).place(x=60, y=60)
    l = Label(person_lookup,
              text="City/Department:",
              bg="black",
              fg="Grey",
              font=("comicsansms", 16, "bold"),
              relief=FLAT).place(x=60, y=160)
    l = Label(person_lookup,
              text="Last name first name.",
              bg="black",
              fg="red",
              font=("comicsansms", 16, "bold"),
              relief=FLAT).place(x=300, y=100)
    nom = Entry(person_lookup, relief=FLAT, font=("comicsansms", 20, "bold"))
    nom.place(x=290, y=60)
    city = Entry(person_lookup, relief=FLAT, font=("comicsansms", 20, "bold"))
    city.place(x=290, y=160)
    btn = Button(person_lookup,
                 text="Search",
                 font="BahnschriftLight 15",
                 bg="gray17",
                 fg="white",
                 activebackground="gray17",
                 activeforeground="green",
                 bd=0,
                 command=lambda: searchPersonne.searchPersonne(
                     self, text, person_lookup, nom.get(), city.get(), settings
                     .countrycode)).place(x=120, y=260)
    person_lookup.mainloop()
コード例 #3
0
						print("\n"+found+" Profile '% s' was created successfully." % (name))
					else:
						print("\n"+warning+" An error has occurred. Profile '% s' could not be created. please Try again😘" % (name))

		elif choix.lower() == 'e':
			sys.exit("\n"+information+" Bye Keep supporting guys😍😘! :)")
		elif choix == '1':
			clear()
			menu()
			print(lookupOption)
			while True:
				lookup = input("\n Hackerwasii("+Fore.BLUE+"Lookup"+Fore.BLUE + "" + Fore.RESET + ")$ ")
				if lookup == 'h':
					print(helpLookup)
				elif lookup.lower() == '1':
					searchPersonne(codemonpays)
				elif lookup.lower() == '5':
					ipFinder()
				elif lookup.lower() == '6':
					bssidFinder()
				elif lookup.lower() == '4':
					searchNumber(codemonpays)
				elif lookup.lower() == '7':
					SearchEmail()
				#  ...
				elif lookup.lower() == '3':
					searchAdresse(codemonpays)
				elif lookup.lower() == '2':
					searchUserName()
				elif lookup.lower() == '10':
					google()
コード例 #4
0
ファイル: LittleBrother.py プロジェクト: p4r4dox55/tool
                            " Une erreur est survenue. Le profil '%s' n'a pas pu être créé."
                            % (name))

        elif choix.lower() == 'e' or choix.lower() == 'exit':
            sys.exit("\n" + information + " Bye ! :)")
        elif choix == '1':
            clear()
            menu()
            print(lookupOption)
            while True:
                lookup = input("\n P4R4DOX(" + Fore.BLUE + "Lookup" +
                               Fore.BLUE + "" + Fore.RESET + ")$ ")
                if lookup == 'h':
                    print(helpLookup)
                elif lookup.lower() == '1':
                    searchPersonne(settings.codemonpays)
                elif lookup.lower() == '2':
                    searchUserName()
                elif lookup.lower() == '3':
                    searchAdresse(settings.codemonpays)
                elif lookup.lower() == '4':
                    searchNumber(settings.codemonpays)
                elif lookup.lower() == '5':
                    ipFinder()
                elif lookup.lower() == '6':
                    bssidFinder()
                elif lookup.lower() == '7':
                    SearchEmail()
                elif lookup.lower() == '8':
                    mailToIP()
                elif lookup.lower() == '9':