Skip to content

Instantly share code, notes, and snippets.

View Dev-iL's full-sized avatar

Dev-iL

  • Israel
  • 07:56 (UTC +03:00)
View GitHub Profile
@Dev-iL
Dev-iL / file_tree_builder.py
Last active June 19, 2024 12:09 — forked from dormeir999/Streamlit_Files_explorer.py
Streamlit_Files_explorer.py
import os
import shutil
import sys
from pathlib import Path
import streamlit as st
from streamlit import session_state as state
_TEE: str = "├── "
_BRANCH: str = "│ "