Sep 13, 2021 | PyQt5, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import sys from PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QLineEdit, QLabel, \ QHBoxLayout, QVBoxLayout class...
Aug 29, 2021 | Google Cloud, Google Text-To-Speech API, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import os import pandas as pd # pip install numpy==1.19.3 from google.cloud import texttospeech # outdated or...
Aug 29, 2021 | Google Cloud, Python
Check out Kite (free AI Coding Assistant) → Link Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: from googletrans import Translator source_text =...
Aug 29, 2021 | PyQt5, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import sys import math from PyQt5.QtWidgets import QApplication, QWidget, QVBoxLayout from PyQt5.QtCore import Qt from PyQt5.QtGui import...
Aug 22, 2021 | Google Cloud, Google Speech-To-Text API, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import os from google.cloud import speech os.environ[‘GOOGLE_APPLICATION_CREDENTIALS’] =...
Aug 4, 2021 | Python, Web Scraping
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import time import datetime import requests from bs4 import BeautifulSoup import pandas as pd def main(query_url):...