Skip to content

Instantly share code, notes, and snippets.

View vuongkienthanh's full-sized avatar

vuongkienthanh

View GitHub Profile
@vuongkienthanh
vuongkienthanh / tk_scroll_demo.py
Created November 16, 2024 04:28 — forked from mp035/tk_scroll_demo.py
A simple scrollable frame class for tkinter, including example usage.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
import tkinter as tk
import platform
# ************************
# Scrollable Frame Class
# ************************
@vuongkienthanh
vuongkienthanh / xoa_dau.md
Created September 9, 2023 23:59 — forked from phineas-pta/xoa_dau.md
xoá dấu tiếng Việt với Python

xoá dấu tiếng Việt với Python

phương pháp nhanh hơn và không cần cài thêm package

code hoàn chỉnh:

import unicodedata

BANG_XOA_DAU = str.maketrans(
@vuongkienthanh
vuongkienthanh / config-deb-i386.json
Created August 19, 2022 23:43 — forked from lyshie/config-deb-i386.json
Scratch Desktop (Scratch 3.0 Offline Editor) on GNU/Linux
{
"src": "/tmp/scratch-desktop/",
"dest": "/tmp/",
"arch": "i386",
"icon": "/tmp/scratch-desktop/resources/Icon.png",
"categories": [
"Education"
]
}