Skip to content

Instantly share code, notes, and snippets.

@micro-tiger
micro-tiger / Syncthing Termux
Created January 1, 2026 15:52
Syncthing Termux
🛠️ Installation
Install Termux via F-Droid.
Install and run Syncthing:
pkg update
pkg upgrade
pkg install syncthing
syncthing
import os
import re
import random
import string
import urllib.request
import time
import logging
# Creates a folder in "location" to store the pictures and the modified files (local link to imgs)
class FolderCreator: