Victor Giers 14eaa5f924 auto-git:
[change] README.md
2025-06-14 14:07:55 +02:00
2025-06-14 14:07:55 +02:00

text-to-markdown

Author: Victor Giers

⚠️ This README.md has been automatically generated using AI and might contain hallucinations or inaccuracies. Please proceed with caution!

A script for converting plain text into well-formatted Markdown using an LLM via Ollama. Recommended model: gemma3-translator:4b

Features

  • Converts text to Markdown format
  • Preserves original content and structure
  • Saves output as a new .md file

Usage

python text-to-markdown.py input.txt

License

This project is licensed under the MIT License.

Description
Converts plain text to Markdown format with a Python script. Includes usage instructions in README.
Readme 32 KiB
Languages
Python 100%