from pathlib import Path html = """ Y+T Hand Instrument
Download

Hand Instrument

Kamerayı aç ve elinle sesi kontrol et.

""" out = Path("/mnt/data/hand_instrument_final_piano_fixed.html") out.write_text(html, encoding="utf-8") out.as_posix()