Skip to content

Instantly share code, notes, and snippets.

View Sunda001's full-sized avatar

Yusuf_M_Thon_iD Sunda001

View GitHub Profile
from html2image import Html2Image
from bs4 import BeautifulSoup as bs
from bs4.element import Tag
import os, json
import pykakasi
from uuid import uuid4
import shutil
from pySmartDL import SmartDL
from functools import partial, wraps
from typing import Callable
@Sunda001
Sunda001 / stations.json
Last active February 12, 2024 22:22
Yamanote_Line
[
{
"n": "JY01",
"romaji": "tokyo",
"kanji": "東京",
"hiragana": "とうきょう",
"katakana": "トウキョウ",
"q_img": "JY01.png",
"url_station": "https://en.wikipedia.org/wiki/Tokyo_Station",
"photos": [
@Sunda001
Sunda001 / stations.json
Last active February 12, 2024 22:22
Tokyo_Metro_Tozai_Line
[
{
"n": "T01",
"romaji": "nakano",
"kanji": "中野",
"hiragana": "なかの",
"katakana": "ナカノ",
"q_img": "T01.png",
"url_station": "https://en.wikipedia.org/wiki/Nakano_Station_(Tokyo)",
"photos": [