Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть How to search any selected or highlighted strings of any text editor or code space using python ?

  • Green Light Coding
  • 2024-03-24
  • 33
How to search any selected or highlighted strings of any text editor or code space using python ?
python programmingpython tkintergoogle search using pythonpython google searchsearch highlighted text in googlesearch internet feature in text editortkinter python tutorialtkinter tutorial pythonpythontkintertkinter pythonpython IDLEgooglegoogle dorkinggooglinggoogle searchtext editortext editor using pythonhighlight text using pythonos.system in pythonpython for beginnersdsa in pythondata structure tutorial in python
  • ok logo

Скачать How to search any selected or highlighted strings of any text editor or code space using python ? бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно How to search any selected or highlighted strings of any text editor or code space using python ? или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку How to search any selected or highlighted strings of any text editor or code space using python ? бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео How to search any selected or highlighted strings of any text editor or code space using python ?

Green Light Coding presents a new video which shows to search any selected or highlighted strings of any text editors or code spaces in google using python ?

-- Scroll below to get the code --


Watch the full video and code it yourself .

people searches for:
python programming, python tkinter, google search using python, python google search, tkinter python tutorial, tkinter tutorial python, python, tkinter, tkinter python, python IDLE
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________

code:
from googletrans import Translator
import tkinter as tk
from tkinter.simpledialog import askstring
import os

t=tk.Tk()
t.geometry("800x600")
tb = tk.Text(t, height=14, width=60, insertbackground="red", undo=True )
tb.configure(font=("arial", 17, "bold"), bd=5, fg="black", bg="white")
tb.place(x=5, y=10)
tb["wrap"]="word"
t.title("SEARCH HIGHLIGHTED TEXT")
t.config(bg="darkblue")

translator = Translator()

def google():
s=tb.index("sel.first")
l=tb.index("sel.last")
tb.tag_add("sel", s, l)
k=tb.selection_get()
ar=list(map(str, k.split(" ")))
n=""
for i in ar:
n=n+i+"+"
fs=n+""
txf=open("storedstrings.txt", "w")
txf.write(fs)
txf=open("storedstrings.txt", "r")
lines = txf.readlines()
mystr = '+'.join([line.strip() for line in lines])
os.system("start msedge www.google.com/search?q="+mystr)
def translation():
translated_text = translator.translate(tb.selection_get(), dest=askstring("Language","Mention the code: (en,bn,ja,...)"))
tb.insert(tk.END, translated_text.text)
btt=tk.Button(t, text="Translate", font=("verdana", 14, "bold"), fg="black", bg='white', height=0, width=10,command = translation)
btt.place(x=500,y=415)
btg=tk.Button(t, text="Google Search", font=("verdana", 14, "bold"), fg="black", bg='white', height=0, width=12,command = google)
btg.place(x=200,y=415)







________________________________________________________
#coding #codinglife #python #pythonprogramming #pythontutorial #pythonforbeginners #commandprompt #primenumber
#fontsize #cmd #functions #console #programming #programminglife
#google #googling #googlesearch #texteditor #tkinter #tkintertutorial #pythontkinter #chrome #edge #visualstudio


LINK FOR BATCH SERIES PLAYLIST :
   / @greenlightcoding613  
_______________________________________________________________

SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK :    / @greenlightcoding613  
_______________________________________________________________

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]