from pathlib import Path # Define the HTML content html_content = ''' E-Ticaret Sitesi Paketleri

IdeaSoft

Pro

2.492₺ / aylık 4.290₺
Satın Al

Entegre

3.742₺ / aylık 5.490₺
Satın Al

Platinum

5.408₺ / aylık 9.990₺
Satın Al

45.000+ Firma Bizi Tercih Ediyor

Bosch Haribo İstikbal Petlas
''' # Save the content to a file html_path = Path("/mnt/data/ideasoft-paketler.html") html_path.write_text(html_content, encoding="utf-8") html_path.name