<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Tech With Galvan</title><description>Python tutorials, AI projects, and hands-on Streamlit apps — written by Galvan. Learn to build real projects from scratch.</description><link>https://www.techwithgalvan.in/</link><item><title>Prompt Engineering for Developers (With Python Examples)</title><link>https://www.techwithgalvan.in/blog/prompt-engineering-for-developers/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/prompt-engineering-for-developers/</guid><description>Practical prompt engineering for developers — system prompts, few-shot examples, structured JSON output, and temperature, with working Python code.</description><pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>ai</category><category>llm</category><category>prompt-engineering</category><category>mistral</category></item><item><title>Build Your First AI Agent with Python</title><link>https://www.techwithgalvan.in/blog/build-your-first-ai-agent-with-python/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/build-your-first-ai-agent-with-python/</guid><description>Build a real AI agent from scratch with Python — an LLM that thinks, calls tools like a calculator and API, and loops until the job is done.</description><pubDate>Sun, 22 Feb 2026 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>ai</category><category>agents</category><category>llm</category><category>ollama</category><category>projects</category></item><item><title>Run AI Models Locally with Ollama (Free, No API Keys)</title><link>https://www.techwithgalvan.in/blog/run-ai-models-locally-with-ollama/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/run-ai-models-locally-with-ollama/</guid><description>Run powerful AI models on your own computer with Ollama — free, private, offline, and controllable from Python in under 30 lines of code.</description><pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>ai</category><category>ollama</category><category>llm</category><category>local-ai</category><category>streamlit</category></item><item><title>Python Decorators Explained with Real Examples</title><link>https://www.techwithgalvan.in/blog/python-decorators-explained-with-examples/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/python-decorators-explained-with-examples/</guid><description>Understand Python decorators finally — functions as objects, the @ syntax, arguments, functools.wraps, and the decorators you&apos;ll actually write.</description><pubDate>Mon, 26 Jan 2026 00:00:00 GMT</pubDate><category>Tech</category><category>python</category><category>intermediate</category><category>decorators</category><category>fundamentals</category></item><item><title>How to Host Your Portfolio on Cloudflare Pages</title><link>https://www.techwithgalvan.in/blog/host-your-portfolio-on-cloudflare-pages/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/host-your-portfolio-on-cloudflare-pages/</guid><description>Host your portfolio site free on Cloudflare Pages — Git-based deploys, global CDN, custom domains, and automatic HTTPS in minutes.</description><pubDate>Mon, 19 Jan 2026 00:00:00 GMT</pubDate><category>Tech</category><category>cloudflare</category><category>deployment</category><category>portfolio</category><category>web</category></item><item><title>How to Deploy Streamlit Apps to the Cloud for Free</title><link>https://www.techwithgalvan.in/blog/deploy-streamlit-apps-to-the-cloud-free/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/deploy-streamlit-apps-to-the-cloud-free/</guid><description>Put your Streamlit apps online in minutes — Streamlit Community Cloud setup, requirements.txt, secrets, and fixing the classic deploy errors.</description><pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate><category>Tech</category><category>streamlit</category><category>deployment</category><category>cloud</category><category>beginner</category></item><item><title>VS Code Setup for Python Development</title><link>https://www.techwithgalvan.in/blog/vs-code-setup-for-python-development/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/vs-code-setup-for-python-development/</guid><description>Set up VS Code for Python properly — interpreter selection, essential extensions, debugging, formatting, and settings that just work.</description><pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate><category>Tech</category><category>python</category><category>vscode</category><category>tools</category><category>beginner</category></item><item><title>Python Virtual Environments Explained (venv, pip, and requirements.txt)</title><link>https://www.techwithgalvan.in/blog/python-virtual-environments-explained/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/python-virtual-environments-explained/</guid><description>Understand Python virtual environments finally — why they exist, how venv works, and how requirements.txt makes projects portable.</description><pubDate>Mon, 29 Dec 2025 00:00:00 GMT</pubDate><category>Tech</category><category>python</category><category>pip</category><category>venv</category><category>beginner</category><category>tools</category></item><item><title>Git and GitHub for Beginners — A Practical Guide</title><link>https://www.techwithgalvan.in/blog/git-and-github-for-beginners/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/git-and-github-for-beginners/</guid><description>Learn Git and GitHub by actually using them — commits, branches, merges, and pull requests explained through a real project workflow.</description><pubDate>Mon, 22 Dec 2025 00:00:00 GMT</pubDate><category>Tech</category><category>git</category><category>github</category><category>beginner</category><category>tools</category></item><item><title>PDF Invoice Generator using Python</title><link>https://www.techwithgalvan.in/blog/invoice-generator-using-python/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/invoice-generator-using-python/</guid><description>Generate professional PDF invoices with Python — line items, totals with tax, invoice numbering, and a client database in JSON.</description><pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>fpdf2</category><category>automation</category><category>projects</category><category>business</category></item><item><title>Auto File Backup Script using Python</title><link>https://www.techwithgalvan.in/blog/auto-file-backup-script-using-python/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/auto-file-backup-script-using-python/</guid><description>Back up your files automatically with Python — incremental copies that only sync changes, with retention limits and a dry-run mode.</description><pubDate>Mon, 08 Dec 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>automation</category><category>files</category><category>projects</category></item><item><title>YouTube Video Downloader using Python</title><link>https://www.techwithgalvan.in/blog/youtube-video-downloader-using-python/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/youtube-video-downloader-using-python/</guid><description>Download YouTube videos with Python and pytubefix — resolution selection, audio-only mode, and playlist support, with a note on fair use.</description><pubDate>Mon, 01 Dec 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>pytubefix</category><category>automation</category><category>projects</category></item><item><title>Bulk Image Resizer using Python and Pillow</title><link>https://www.techwithgalvan.in/blog/bulk-image-resizer-using-python-and-pillow/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/bulk-image-resizer-using-python-and-pillow/</guid><description>Resize hundreds of images at once with Python and Pillow — max-dimension scaling, format conversion, quality control, and a progress report.</description><pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>pillow</category><category>automation</category><category>image-processing</category><category>projects</category></item><item><title>Email Automation using Python and smtplib</title><link>https://www.techwithgalvan.in/blog/email-automation-using-python/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/email-automation-using-python/</guid><description>Send emails automatically with Python and smtplib — plain text, HTML, and attachments via Gmail or any SMTP server, with secure app passwords.</description><pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>smtplib</category><category>email</category><category>automation</category><category>projects</category></item><item><title>Web Scraper using Python and BeautifulSoup</title><link>https://www.techwithgalvan.in/blog/web-scraper-using-python-and-beautifulsoup/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/web-scraper-using-python-and-beautifulsoup/</guid><description>Extract data from websites with Python and BeautifulSoup — headlines, prices, and links scraped politely, with pagination and CSV export.</description><pubDate>Mon, 10 Nov 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>beautifulsoup</category><category>requests</category><category>web-scraping</category><category>projects</category></item><item><title>File Encryption Tool using Python</title><link>https://www.techwithgalvan.in/blog/file-encryption-tool-using-python/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/file-encryption-tool-using-python/</guid><description>Encrypt and decrypt any file with Python using password-based AES encryption — a command-line tool with salt, key derivation, and safe practices.</description><pubDate>Mon, 03 Nov 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>security</category><category>cryptography</category><category>projects</category></item><item><title>Paint App using Python and Tkinter</title><link>https://www.techwithgalvan.in/blog/paint-app-using-python-and-tkinter/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/paint-app-using-python-and-tkinter/</guid><description>Build a paint app with Python and Tkinter — freehand drawing, color and brush size pickers, eraser, and canvas clearing in 80 lines.</description><pubDate>Mon, 27 Oct 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>tkinter</category><category>beginner</category><category>desktop</category><category>projects</category></item><item><title>Digital Clock using Python and Tkinter</title><link>https://www.techwithgalvan.in/blog/digital-clock-using-python-and-tkinter/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/digital-clock-using-python-and-tkinter/</guid><description>Build a live digital clock with Python and Tkinter — updating time display, date, and 12/24-hour format in a resizable always-on-top window.</description><pubDate>Mon, 20 Oct 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>tkinter</category><category>beginner</category><category>desktop</category><category>projects</category></item><item><title>To-Do Desktop App using Python and Tkinter</title><link>https://www.techwithgalvan.in/blog/todo-desktop-app-using-python-and-tkinter/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/todo-desktop-app-using-python-and-tkinter/</guid><description>Build a native desktop to-do app with Python and Tkinter — add, complete, and delete tasks with persistent JSON storage, no browser needed.</description><pubDate>Mon, 13 Oct 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>tkinter</category><category>beginner</category><category>desktop</category><category>projects</category></item><item><title>Review Sentiment Dashboard using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/review-sentiment-dashboard-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/review-sentiment-dashboard-using-python-and-streamlit/</guid><description>Analyze customer reviews at scale with Python and Streamlit — VADER scoring, sentiment trends, word clouds per mood, and worst-review triage.</description><pubDate>Mon, 06 Oct 2025 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>streamlit</category><category>nlp</category><category>pandas</category><category>projects</category></item><item><title>AI Flashcard Generator using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/ai-flashcard-generator-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/ai-flashcard-generator-using-python-and-streamlit/</guid><description>Turn any notes into flashcards with Python, Streamlit, and Mistral AI — automatic Q&amp;A generation, flip animations, and CSV export for Anki.</description><pubDate>Mon, 29 Sep 2025 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>streamlit</category><category>mistral</category><category>ai</category><category>education</category><category>projects</category></item><item><title>Speech to Text App using Python, Whisper, and Streamlit</title><link>https://www.techwithgalvan.in/blog/speech-to-text-app-using-python-whisper-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/speech-to-text-app-using-python-whisper-and-streamlit/</guid><description>Transcribe audio to text with Python, OpenAI&apos;s Whisper, and Streamlit — upload or record audio, get accurate transcripts with timestamps.</description><pubDate>Mon, 22 Sep 2025 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>streamlit</category><category>whisper</category><category>ai</category><category>audio</category><category>projects</category></item><item><title>Chat with Your PDF using Python, Streamlit, and Mistral AI</title><link>https://www.techwithgalvan.in/blog/chat-with-pdf-using-python-streamlit-and-mistral/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/chat-with-pdf-using-python-streamlit-and-mistral/</guid><description>Ask questions about any PDF with Python, Streamlit, and Mistral AI — chunking, embeddings, and retrieval-augmented answers with cited context.</description><pubDate>Mon, 15 Sep 2025 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>streamlit</category><category>mistral</category><category>ai</category><category>rag</category><category>projects</category></item><item><title>Resume Parser using Python, spaCy, and Streamlit</title><link>https://www.techwithgalvan.in/blog/resume-parser-using-python-spacy-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/resume-parser-using-python-spacy-and-streamlit/</guid><description>Extract structured data from resumes with Python, spaCy, and Streamlit — names, emails, phones, and skills pulled from PDFs automatically.</description><pubDate>Mon, 08 Sep 2025 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>streamlit</category><category>nlp</category><category>spacy</category><category>projects</category></item><item><title>Spam Message Detector using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/spam-detector-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/spam-detector-using-python-and-streamlit/</guid><description>Detect spam messages with Python and Streamlit — train a Naive Bayes classifier on real SMS data and test any message with a spam probability.</description><pubDate>Mon, 01 Sep 2025 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>streamlit</category><category>machine-learning</category><category>nlp</category><category>projects</category></item><item><title>Handwritten Digit Recognizer using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/handwritten-digit-recognizer-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/handwritten-digit-recognizer-using-python-and-streamlit/</guid><description>Recognize handwritten digits with Python, Streamlit, and a neural network — draw on a canvas and watch a trained MNIST model guess your numbers.</description><pubDate>Mon, 25 Aug 2025 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>streamlit</category><category>deep-learning</category><category>tensorflow</category><category>projects</category></item><item><title>Image Classifier using Python, Streamlit, and MobileNet</title><link>https://www.techwithgalvan.in/blog/image-classifier-using-python-streamlit-and-mobilenet/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/image-classifier-using-python-streamlit-and-mobilenet/</guid><description>Classify any image with Python, Streamlit, and MobileNet — 1000 object categories, top-5 predictions, and confidence scores in real time.</description><pubDate>Mon, 18 Aug 2025 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>streamlit</category><category>deep-learning</category><category>tensorflow</category><category>projects</category></item><item><title>Data Cleaning Toolkit using Python, Pandas, and Streamlit</title><link>https://www.techwithgalvan.in/blog/data-cleaning-toolkit-using-python-pandas-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/data-cleaning-toolkit-using-python-pandas-and-streamlit/</guid><description>Clean messy datasets interactively with Python, Pandas, and Streamlit — dedupe, fix types, handle nulls, and standardize text with one-click actions.</description><pubDate>Mon, 11 Aug 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pandas</category><category>data-analysis</category><category>projects</category></item><item><title>Time Series Forecasting using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/time-series-forecasting-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/time-series-forecasting-using-python-and-streamlit/</guid><description>Forecast future values with Python and Streamlit — moving averages, linear trends, and seasonality on any time series, with honest accuracy checks.</description><pubDate>Mon, 04 Aug 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pandas</category><category>data-analysis</category><category>projects</category></item><item><title>Sales Data Analyzer using Python, Pandas, and Streamlit</title><link>https://www.techwithgalvan.in/blog/sales-data-analyzer-using-python-pandas-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/sales-data-analyzer-using-python-pandas-and-streamlit/</guid><description>Analyze sales data with Python, Pandas, and Streamlit — revenue trends, top products, regional breakdowns, and month-over-month growth.</description><pubDate>Mon, 28 Jul 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pandas</category><category>data-analysis</category><category>projects</category></item><item><title>Student Grade Calculator using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/student-grade-calculator-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/student-grade-calculator-using-python-and-streamlit/</guid><description>Calculate grades with Python and Streamlit — weighted categories, letter grades, GPA scale, and a what-if final exam calculator.</description><pubDate>Mon, 21 Jul 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>education</category></item><item><title>Excel Report Generator using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/excel-report-generator-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/excel-report-generator-using-python-and-streamlit/</guid><description>Generate formatted Excel reports with Python and Streamlit — styled headers, conditional colors, multiple sheets, and instant download.</description><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pandas</category><category>openpyxl</category><category>projects</category></item><item><title>CSV Data Explorer using Python, Pandas, and Streamlit</title><link>https://www.techwithgalvan.in/blog/csv-explorer-using-python-pandas-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/csv-explorer-using-python-pandas-and-streamlit/</guid><description>Explore any CSV instantly with Python, Pandas, and Streamlit — auto profiles, filters, sorting, and charts with zero configuration.</description><pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pandas</category><category>data-analysis</category><category>projects</category></item><item><title>Habit Tracker using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/habit-tracker-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/habit-tracker-using-python-and-streamlit/</guid><description>Track daily habits with Python and Streamlit — check off habits, see streaks, and view a GitHub-style contribution grid of your consistency.</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pandas</category><category>projects</category><category>utilities</category></item><item><title>Stock Price Dashboard using Python, Streamlit, and yfinance</title><link>https://www.techwithgalvan.in/blog/stock-price-dashboard-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/stock-price-dashboard-using-python-and-streamlit/</guid><description>Build a live stock dashboard with Python, Streamlit, and yfinance — candlestick-style charts, moving averages, and ticker comparison.</description><pubDate>Mon, 23 Jun 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pandas</category><category>projects</category><category>api</category></item><item><title>Webcam Photo Booth using Python, Streamlit, and OpenCV</title><link>https://www.techwithgalvan.in/blog/webcam-photo-booth-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/webcam-photo-booth-using-python-and-streamlit/</guid><description>Snap photos from your webcam with Python, Streamlit, and OpenCV — live filters, a photo strip gallery, and PNG downloads.</description><pubDate>Mon, 16 Jun 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>opencv</category><category>projects</category></item><item><title>Audio Recorder and Visualizer using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/audio-recorder-visualizer-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/audio-recorder-visualizer-using-python-and-streamlit/</guid><description>Record audio in the browser with Python and Streamlit — live waveform visualization, playback, and WAV export using audio-recorder-streamlit.</description><pubDate>Mon, 09 Jun 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>audio</category><category>projects</category></item><item><title>URL Shortener using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/url-shortener-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/url-shortener-using-python-and-streamlit/</guid><description>Build your own URL shortener with Python and Streamlit — generate short codes, track clicks, and manage your link library locally.</description><pubDate>Mon, 02 Jun 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Text Difference Checker using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/text-difference-checker-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/text-difference-checker-using-python-and-streamlit/</guid><description>Compare two texts line by line with Python and Streamlit — added, removed, and changed lines highlighted with difflib and stats.</description><pubDate>Mon, 26 May 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Pomodoro Focus Timer using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/pomodoro-timer-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/pomodoro-timer-using-python-and-streamlit/</guid><description>Build a Pomodoro focus timer with Python and Streamlit — 25/5 work-break cycles, session tracking, and daily focus stats.</description><pubDate>Mon, 19 May 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Random Name Picker using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/random-name-picker-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/random-name-picker-using-python-and-streamlit/</guid><description>Build a random name picker with Python and Streamlit — fair draws, no-repeat mode, winner history, and animated reveals for classrooms.</description><pubDate>Mon, 12 May 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Color Palette Generator using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/color-palette-generator-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/color-palette-generator-using-python-and-streamlit/</guid><description>Generate beautiful color palettes with Python and Streamlit — random schemes, harmony rules, hex/RGB codes, and one-click CSS export.</description><pubDate>Mon, 05 May 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Markdown Editor with Live Preview using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/markdown-editor-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/markdown-editor-using-python-and-streamlit/</guid><description>Build a Markdown editor with live preview using Python and Streamlit — split-pane editing, syntax reference, and instant HTML export.</description><pubDate>Mon, 28 Apr 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Countdown Timer App using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/countdown-timer-app-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/countdown-timer-app-using-python-and-streamlit/</guid><description>Build a countdown timer with Python and Streamlit — live-updating display, pause/resume, and presets using st.empty and autorefresh.</description><pubDate>Mon, 21 Apr 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Currency Converter using Python, Streamlit, and Exchange Rate API</title><link>https://www.techwithgalvan.in/blog/currency-converter-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/currency-converter-using-python-and-streamlit/</guid><description>Build a live currency converter with Python and Streamlit — real-time exchange rates, 160+ currencies, and offline caching for reliability.</description><pubDate>Mon, 14 Apr 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>requests</category><category>api</category><category>projects</category></item><item><title>Typing Speed Test using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/typing-speed-test-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/typing-speed-test-using-python-and-streamlit/</guid><description>Build a typing speed test with Python and Streamlit — measure your WPM and accuracy live with session-state timing and instant scoring.</description><pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category></item><item><title>Word Cloud Generator using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/word-cloud-generator-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/word-cloud-generator-using-python-and-streamlit/</guid><description>Turn any text into a word cloud with Python and Streamlit — custom colors, shapes, and stopword filtering with instant PNG download.</description><pubDate>Mon, 31 Mar 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Image to Text (OCR) App using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/ocr-image-to-text-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/ocr-image-to-text-using-python-and-streamlit/</guid><description>Extract text from images with Python, Streamlit, and Tesseract OCR — upload a screenshot or photo and get editable text instantly.</description><pubDate>Mon, 24 Mar 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pillow</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>PDF Merger using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/pdf-merger-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/pdf-merger-using-python-and-streamlit/</guid><description>Merge multiple PDFs into one with Python and Streamlit — drag, reorder, and combine documents with a live page count and download.</description><pubDate>Mon, 17 Mar 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pypdf</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>QR Code Scanner using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/qr-code-scanner-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/qr-code-scanner-using-python-and-streamlit/</guid><description>Decode QR codes from images with Python, Streamlit, and OpenCV — upload, scan, and copy the hidden text or URL instantly.</description><pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>opencv</category><category>beginner</category><category>projects</category></item><item><title>BMI Calculator using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/bmi-calculator-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/bmi-calculator-using-python-and-streamlit/</guid><description>Build a BMI calculator web app with Python and Streamlit — metric and imperial units, instant categories, and a visual BMI scale.</description><pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Expense Tracker using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/expense-tracker-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/expense-tracker-using-python-and-streamlit/</guid><description>Track spending with Python and Streamlit — log expenses by category, see monthly totals, and visualize where your money goes.</description><pubDate>Mon, 24 Feb 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>pandas</category><category>projects</category><category>beginner</category></item><item><title>To-Do List App using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/to-do-list-app-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/to-do-list-app-using-python-and-streamlit/</guid><description>Build a to-do list web app with Python and Streamlit — add, complete, and delete tasks with persistent storage and a clean, live UI.</description><pubDate>Mon, 17 Feb 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category><category>utilities</category></item><item><title>Image Processing with Pillow and Streamlit</title><link>https://www.techwithgalvan.in/blog/image-processing-with-pillow-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/image-processing-with-pillow-and-streamlit/</guid><description>Process images with Python, Pillow, and Streamlit — resize, filter, rotate, and watermark photos through a live web UI.</description><pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>pillow</category><category>streamlit</category><category>image-processing</category><category>projects</category></item><item><title>Data Dashboard with Pandas and Streamlit</title><link>https://www.techwithgalvan.in/blog/data-dashboard-with-pandas-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/data-dashboard-with-pandas-and-streamlit/</guid><description>Build an interactive data dashboard with Pandas and Streamlit — filters, charts, and KPI cards that update live from any CSV.</description><pubDate>Wed, 05 Feb 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>pandas</category><category>streamlit</category><category>data</category><category>dashboard</category></item><item><title>File Organizer using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/file-organizer-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/file-organizer-using-python-and-streamlit/</guid><description>Automate your downloads folder with Python and Streamlit — sort files by type, preview changes, and organize hundreds of files in seconds.</description><pubDate>Sat, 01 Feb 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>automation</category><category>file-management</category><category>projects</category></item><item><title>GUI Calculator using Python and Tkinter</title><link>https://www.techwithgalvan.in/blog/gui-calculator-using-python-and-tkinter/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/gui-calculator-using-python-and-tkinter/</guid><description>Build a fully functional GUI calculator with Python and Tkinter — complete with keyboard support, error handling, history log, and a clean modern layout.</description><pubDate>Sat, 25 Jan 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>tkinter</category><category>gui</category><category>beginner</category><category>projects</category></item><item><title>Text-to-Speech App using gTTS and Streamlit</title><link>https://www.techwithgalvan.in/blog/text-to-speech-app-using-gtts-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/text-to-speech-app-using-gtts-and-streamlit/</guid><description>Convert text to natural speech with Python, gTTS, and Streamlit — language selection, speed control, and instant audio download.</description><pubDate>Mon, 20 Jan 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>gtts</category><category>streamlit</category><category>text-to-speech</category><category>audio</category></item><item><title>Build a Chatbot with Mistral AI and Streamlit</title><link>https://www.techwithgalvan.in/blog/build-a-chatbot-with-mistral-ai-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/build-a-chatbot-with-mistral-ai-and-streamlit/</guid><description>Build an AI chatbot with Mistral AI and Streamlit — streaming replies, conversation memory, and a clean chat UI in pure Python.</description><pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>mistral-ai</category><category>streamlit</category><category>chatbot</category><category>generative-ai</category></item><item><title>How to Build an Age Calculator App Using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/how-to-build-an-age-calculator-app-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/how-to-build-an-age-calculator-app-using-python-and-streamlit/</guid><description>Learn how to create an interactive Age Calculator web app with Python and Streamlit that calculates your exact age in years, months, and days with fun insights.</description><pubDate>Thu, 09 Jan 2025 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>beginner</category><category>projects</category></item><item><title>Introducing SANGAM AI: The Ultimate AI Toolkit for Text, Speech, Image, and Video</title><link>https://www.techwithgalvan.in/blog/introducing-sangam-ai-the-ultimate-ai-toolkit-for-text-speech-image-and-video/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/introducing-sangam-ai-the-ultimate-ai-toolkit-for-text-speech-image-and-video/</guid><description>SANGAM AI is an all-in-one Python + Streamlit toolkit combining text generation, speech synthesis, image creation, and video processing in a single web app.</description><pubDate>Sat, 14 Dec 2024 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>generative-ai</category><category>streamlit</category><category>mistral</category></item><item><title>Image Uploader App using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/image-uploader-app-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/image-uploader-app-using-python-and-streamlit/</guid><description>Build an image uploader with Python and Streamlit — preview uploads, read dimensions and file size, and export processed images.</description><pubDate>Wed, 13 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>image-processing</category><category>pro-tips</category></item><item><title>QR Code Generator using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/qr-code-generator-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/qr-code-generator-using-python-and-streamlit/</guid><description>Build a QR code generator web app with Python, Streamlit, and the qrcode library — custom colors, sizes, and instant PNG download.</description><pubDate>Sun, 03 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>qrcode</category><category>utilities</category></item><item><title>Interactive Quiz App using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/interactive-quiz-app-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/interactive-quiz-app-using-python-and-streamlit/</guid><description>Build an interactive quiz app with Python and Streamlit — session-state scoring, instant feedback, and results charts in under 100 lines.</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>education</category><category>projects</category></item><item><title>Music Player using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/music-player-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/music-player-using-python-and-streamlit/</guid><description>Create a music player web app with Python and Streamlit — browse your local library, play MP3s, and control playback in the browser.</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>audio</category><category>projects</category></item><item><title>Password Generator using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/password-generator-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/password-generator-using-python-and-streamlit/</guid><description>Build a secure password generator in Python and Streamlit using the secrets module — custom length, character classes, and entropy scores.</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>security</category><category>projects</category></item><item><title>Recipe Finder using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/recipe-finder-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/recipe-finder-using-python-and-streamlit/</guid><description>Build a recipe finder app with Python and Streamlit using the Spoonacular API — discover recipes based on ingredients you already have at home.</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>api</category><category>projects</category></item><item><title>Sentiment Analysis App using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/sentiment-analysis-app-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/sentiment-analysis-app-using-python-and-streamlit/</guid><description>Build a sentiment analysis web app with Python and Streamlit using TextBlob — analyse whether any text is positive, negative, or neutral with a polarity score.</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><category>AI</category><category>python</category><category>nlp</category><category>machine-learning</category><category>streamlit</category></item><item><title>Translator App using Python, Streamlit, and Deep Translator</title><link>https://www.techwithgalvan.in/blog/title-translator-app-using-python-streamlit-and-deep-translator/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/title-translator-app-using-python-streamlit-and-deep-translator/</guid><description>Build a multi-language translator with Python and Streamlit using deep-translator — translate text and entire documents across 100+ languages.</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>nlp</category><category>translator</category></item><item><title>Unit Converter App using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/unit-converter-app-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/unit-converter-app-using-python-and-streamlit/</guid><description>Create a unit converter web app in Python and Streamlit — convert length, weight, and temperature instantly with a clean sidebar UI.</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>utilities</category><category>beginner</category></item><item><title>Video Player using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/video-player-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/video-player-using-python-and-streamlit/</guid><description>Build a simple in-browser video player with Python and Streamlit — upload and play video files with playback controls and file info, all inside the app.</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>video</category><category>projects</category></item><item><title>Weather App using Python, Streamlit, and OpenWeatherMap API</title><link>https://www.techwithgalvan.in/blog/weather-app-using-python-streamlit-and-openweathermap-api/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/weather-app-using-python-streamlit-and-openweathermap-api/</guid><description>Build a live weather app with Python, Streamlit, and the OpenWeatherMap API — real-time temperature, conditions, and icons for any city.</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>api</category><category>projects</category></item><item><title>Calendar App using Python and Streamlit</title><link>https://www.techwithgalvan.in/blog/calendar-app-using-python-and-streamlit/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/calendar-app-using-python-and-streamlit/</guid><description>Build a calendar web app with Python and Streamlit — navigate months, highlight today, and plan dates with an interactive UI.</description><pubDate>Mon, 13 May 2024 00:00:00 GMT</pubDate><category>Development</category><category>python</category><category>streamlit</category><category>calendar</category><category>events</category></item><item><title>Build Your Own Home Server from a Broken Laptop: Easy Steps!</title><link>https://www.techwithgalvan.in/blog/build-your-own-home-server-from-a-broken-laptop-easy-steps/</link><guid isPermaLink="true">https://www.techwithgalvan.in/blog/build-your-own-home-server-from-a-broken-laptop-easy-steps/</guid><description>Turn an old laptop into a home server — install Ubuntu Server, disable sleep, and self-host files and media on your home network.</description><pubDate>Mon, 25 Mar 2024 00:00:00 GMT</pubDate><category>Tech</category><category>server</category><category>hardware</category><category>diy</category><category>truenas</category></item></channel></rss>