अच्छा, मैं एक जगह पे online tuition के लिए apply कर रही थी, तो वहाँ पे सही तरीके से title के लिए मुझे कहा गया है कि आप title लिखिए अपना, मैं लिखना चाह रही हूँ कि मैं doctor हूँ और मैं biology बहुत अच्�
MBBS Doctor teaches Biology with easy explanations, personalized methodology for all levels.
Experienced MBBS Doctor offering Biology tuition for Matric, FSc and entry test preparation.
Doctor graduate teaches Biology with clinical insight, making concepts simple and exam-ready.
MBBS Doctor specializing in Biology tuition — from basics to advanced, personalized for every student.
मुझे ऐसे 50 words में लिखा हुआ बताएँ जो मुझे एक अच्छा teacher बनाता हो, biochemic का।
MBBS Doctor with strong expertise in Biochemistry, offering online tuition for FSc and MDCAT students. I simplify complex metabolic pathways, enzyme mechanisms, and molecular biology concepts with clinical examples. My personalized teaching approach ensures every student understands deeply and performs confidently in exams.
Create a full profile description document for your tutoring ad
mkdir -p /tmp/workspace/tutor-profile && ls /tmp/workspace/tutor-profile/
~/tutor-profile/create_profile.py
from docx import Document
from docx.shared import Pt, Inches, RGBColor
from docx.enum.text import WD_ALIGN_PARAGRAPH
from docx.oxml.ns import qn
from docx.oxml import OxmlElement
doc = Document()
# --- Page margins ---
section = doc.sections[0]
section.top_margin = Inches(1.0)
section.bottom_margin = Inches(1.0)
section.left_margin = Inches(1.2)
section.right_margin = Inches(1.2)
# --- Default style ---
normal = doc.styles["Normal"]
normal.font.name = "Calibri"
normal.font.size = Pt(11)
# Helper: add a horizontal rule
def add_hr(doc):
p = doc.add_paragraph()
p.paragraph_format.space_before = Pt(2)
p.paragraph_format.space_after = Pt(2)
pPr = p._p.get_or_add_pPr()
pBdr = OxmlElement('w:pBdr')
bottom = OxmlElement('w:bottom')
bottom.set(qn('w:val'), 'single')
bottom.set(qn('w:sz'), '6')
bottom.set(qn('w:space'), '1')
bottom.set(qn('w:color'), '4472C4')
pBdr.append(bottom)
pPr.append(pBdr)
# Helper: coloured heading
def add_section_heading(doc, text, color_hex="1F3864"):
p = doc.add_paragraph()
p.paragraph_format.space_before = Pt(14)
p.paragraph_format.space_after = Pt(4)
run = p.add_run(text.upper())
run.bold = True
run.font.size = Pt(12)
r, g, b = tuple(int(color_hex[i:i+2], 16) for i in (0, 2, 4))
run.font.color.rgb = RGBColor(r, g, b)
add_hr(doc)
# Helper: bullet point
def add_bullet(doc, text, bold_part=None):
p = doc.add_paragraph(style="List Bullet")
p.paragraph_format.space_after = Pt(3)
if bold_part and text.startswith(bold_part):
run = p.add_run(bold_part)
run.bold = True
rest = text[len(bold_part):]
p.add_run(rest)
else:
p.add_run(text)
# ============================================================
# HEADER — Name / Title banner
# ============================================================
title_para = doc.add_paragraph()
title_para.alignment = WD_ALIGN_PARAGRAPH.CENTER
title_para.paragraph_format.space_before = Pt(0)
title_para.paragraph_format.space_after = Pt(2)
run = title_para.add_run("Dr. [Your Name]")
run.bold = True
run.font.size = Pt(22)
run.font.color.rgb = RGBColor(31, 56, 100) # deep navy
subtitle = doc.add_paragraph()
subtitle.alignment = WD_ALIGN_PARAGRAPH.CENTER
subtitle.paragraph_format.space_after = Pt(4)
s1 = subtitle.add_run("MBBS | Biochemistry Specialist | Online Tutor")
s1.font.size = Pt(13)
s1.font.color.rgb = RGBColor(68, 114, 196) # medium blue
add_hr(doc)
# ============================================================
# AD TITLE (for prof.pk)
# ============================================================
add_section_heading(doc, "📌 Ad Title (for prof.pk)")
ad_title = doc.add_paragraph()
ad_title.paragraph_format.space_after = Pt(6)
r = ad_title.add_run(
"MBBS Doctor with 1–3 years of experience offers expert Biochemistry tuition "
"for FSc, MDCAT, and MBBS students — complex concepts made simple with "
"clinical examples and a personalized learning approach."
)
r.font.size = Pt(11.5)
r.italic = True
ad_title.alignment = WD_ALIGN_PARAGRAPH.JUSTIFY
# ============================================================
# ABOUT ME
# ============================================================
add_section_heading(doc, "👩⚕️ About Me / میرے بارے میں")
about = doc.add_paragraph()
about.alignment = WD_ALIGN_PARAGRAPH.JUSTIFY
about.paragraph_format.space_after = Pt(8)
about.add_run(
"میں ایک MBBS Doctor ہوں جو Biochemistry میں خصوصی مہارت رکھتی ہے۔ "
"میرا ماننا ہے کہ ہر student سیکھنے کی صلاحیت رکھتا ہے — بس ضرورت ہے "
"صحیح guidance اور آسان explanation کی۔\n\n"
"I am an MBBS-qualified doctor with a deep passion for Biochemistry and Biology. "
"With 1–3 years of teaching and clinical experience, I bring real-world medical "
"insight into every lesson — making abstract pathways, enzyme mechanisms, and "
"molecular biology concepts easy to visualize and remember."
).font.size = Pt(11)
about.alignment = WD_ALIGN_PARAGRAPH.JUSTIFY
# ============================================================
# SUBJECTS & LEVELS
# ============================================================
add_section_heading(doc, "📚 Subjects Taught / مضامین")
subjects = [
("Biochemistry:", " Metabolic pathways, Enzymes, DNA/RNA, Proteins, Vitamins & Minerals"),
("Biology:", " Cell biology, Genetics, Physiology, Microbiology"),
("Chemistry (related):", " Organic & biological chemistry concepts"),
]
for bold, rest in subjects:
add_bullet(doc, bold + rest, bold_part=bold)
doc.add_paragraph()
levels_para = doc.add_paragraph()
levels_para.add_run("Levels covered: ").bold = True
levels_para.add_run("FSc (Pre-Medical) | MDCAT / Entry Test Prep | MBBS 1st & 2nd Year | O/A Levels Biology")
levels_para.paragraph_format.space_after = Pt(4)
# ============================================================
# WHY CHOOSE ME
# ============================================================
add_section_heading(doc, "⭐ Why Choose Me / مجھے کیوں چنیں")
reasons = [
("MBBS Qualified:", " Real clinical knowledge behind every explanation"),
("Concept-Based Teaching:", " نہ صرف رٹّا — بلکہ سمجھ کر یاد کریں"),
("Clinical Examples:", " Medical real-life cases سے سیکھیں"),
("Personalized Approach:", " ہر student کی ضرورت کے مطابق پڑھائی"),
("Exam Focused:", " Past papers، MCQs، and short/long question practice"),
("Patient & Supportive:", " کوئی بھی سوال چھوٹا نہیں — ہر doubt clear کیا جائے گا"),
("Flexible Timing:", " Schedule آپ کے مطابق بنایا جائے گا"),
]
for bold, rest in reasons:
add_bullet(doc, bold + rest, bold_part=bold)
# ============================================================
# TEACHING METHODOLOGY
# ============================================================
add_section_heading(doc, "🧠 Teaching Methodology")
methods = [
"Live online sessions (Zoom / Google Meet)",
"Visual aids — diagrams, flowcharts, mnemonics",
"Weekly quizzes and MCQ practice",
"Detailed handwritten or typed notes provided",
"Regular progress tracking and feedback",
"Doubt-clearing sessions on WhatsApp/chat",
]
for m in methods:
add_bullet(doc, m)
# ============================================================
# QUALIFICATIONS
# ============================================================
add_section_heading(doc, "🎓 Qualifications / تعلیمی قابلیت")
quals = [
"MBBS — [Your Medical College Name], Pakistan",
"Specialization / strong focus: Biochemistry & Molecular Biology",
"1–3 years of teaching experience (online & in-person)",
"Clinical training in a recognized teaching hospital",
]
for q in quals:
add_bullet(doc, q)
# ============================================================
# FEE & CONTACT
# ============================================================
add_section_heading(doc, "💰 Fee & Contact / فیس اور رابطہ")
fee_para = doc.add_paragraph()
fee_para.add_run("Fee: ").bold = True
fee_para.add_run("Negotiable / آپس میں طے ہوگی — trial class available")
fee_para.paragraph_format.space_after = Pt(4)
contact_para = doc.add_paragraph()
contact_para.add_run("Contact: ").bold = True
contact_para.add_run("[Your Phone / WhatsApp Number]")
contact_para.paragraph_format.space_after = Pt(4)
platform_para = doc.add_paragraph()
platform_para.add_run("Platform: ").bold = True
platform_para.add_run("prof.pk | Zoom | Google Meet")
# ============================================================
# CLOSING TAGLINE
# ============================================================
doc.add_paragraph()
tagline = doc.add_paragraph()
tagline.alignment = WD_ALIGN_PARAGRAPH.CENTER
t = tagline.add_run(
'"Biochemistry is not difficult — it just needs the right teacher. '
'Let me be that teacher for you."'
)
t.italic = True
t.bold = True
t.font.size = Pt(12)
t.font.color.rgb = RGBColor(31, 56, 100)
add_hr(doc)
# Save
out = "/tmp/workspace/tutor-profile/Tutor_Profile_Biochemistry.docx"
doc.save(out)
print(f"Saved: {out}")
python3 /tmp/workspace/tutor-profile/create_profile.py
Tutor Profile Biochemistry
Word Document · DOCX
| Section | Content |
|---|---|
| 📌 Ad Title | prof.pk के लिए ready-to-paste title |
| 👩⚕️ About Me | Urdu + English में personal intro |
| 📚 Subjects & Levels | Biochemistry, Biology — FSc/MDCAT/MBBS |
| ⭐ Why Choose Me | 7 strong points — Urdu + English |
| 🧠 Teaching Methodology | Online tools, notes, quizzes, feedback |
| 🎓 Qualifications | MBBS + experience section |
| 💰 Fee & Contact | Placeholder — आप fill करें |
| ✨ Tagline | Ending quote for impact |
[Your Name] - अपना नाम[Your Medical College Name] - अपना college[Your Phone / WhatsApp Number] - contact numberWhy to choose me
"A good doctor makes a great Biochemistry teacher — because we don't just memorize, we understand."
ये सब आप मुझे English में लिख दें।
"A good doctor makes a great Biochemistry teacher — because we don't just memorize, we understand."