Categories
- All Posts 549
- Practical Open Source Projects 478
- Tutorial Articles 22
- Online Utilities 13
- AI news 7
- Tiny Startups Showcase 7
- Claude Code Skills 6
- Prompt Templates 5
- Hugging Face Spaces 3
- OpenClaw Use Cases 3
- LLM Learning Resources 1
- Online AI Image Tools 1
- OpenClaw Master Skills Collection 1
- Rust Training Resources 1
- AI Short Drama Tools 1
- My Favorites 0
Posts tagged with: Python
Content related to Python
dupeGuru: Find Duplicate Files Across Platforms
Discover dupeGuru, the powerful cross-platform GUI tool for finding and removing duplicate files on Linux, macOS, and Windows. Written in Python 3 with Qt UI, this 7.5k-star GitHub project offers advanced duplicate detection, easy packaging for all major OS, and active maintenance. Learn how to build from source, run tests, and contribute to this essential system cleanup utility that's perfect for reclaiming disk space efficiently.
Persepolis: Ultimate Open Source Download Manager
Discover Persepolis, the powerful Python-based download manager for Linux, Windows, macOS, and BSD. Featuring 64-segment downloads, YouTube integration via yt-dlp, scheduling, queuing, and a sleek Qt6 GUI. With 7.3k GitHub stars and regular updates (latest v5.2.0), this free GPL-3.0 tool rivals commercial downloaders. Perfect for power users needing multi-platform reliability and video downloading capabilities.
KeymouseGo: Open-Source AutoHotkey Alternative
Discover KeymouseGo, the lightweight open-source automation tool that records and replays mouse clicks and keyboard inputs across Windows, Linux, and macOS. With 9.8k GitHub stars and cross-platform executables, this Python-powered 'lite AutoHotkey' eliminates repetitive tasks effortlessly. Record once, automate forever—perfect for gamers, testers, and power users seeking a green, dependency-free alternative to commercial macro tools.
EasyOCR: A Fast, Multilingual OCR Library for Python
EasyOCR brings 80+ language support right into your Python projects. With a quick pip install, lightweight model downloads, and an intuitive API, you can extract text from images in seconds. This guide covers everything from basic usage and custom language sets to Docker deployment and Hugging Face Space integration. Whether you’re building a photo‑management tool or a data‑entry pipeline, EasyOCR gives you the speed and accuracy you need.
Scrapling: Ultimate Python Web Scraping Framework
Discover Scrapling, the adaptive web scraping framework that handles everything from single requests to full-scale crawls. Bypass Cloudflare Turnstile, use smart element tracking that survives website changes, and scale with concurrent spiders featuring pause/resume. With stealth modes, proxy rotation, AI integration via MCP server, and blazing-fast performance outperforming Scrapy/Parsel, it's built for serious web scrapers. Install with pip and start scraping in minutes!
OneContext: Seamless Unified Context Layer for AI Agents
Discover OneContext, a lightweight yet powerful open‑source solution that lets teams share a single context across all AI agents. From installation to real‑time Slack integration, this guide walks you through setting up the npm wrapper, managing agent trajectories, and syncing context between devices and agents. With one command line interface, you can run, update, and troubleshoot OneContext with ease. Ideal for developers building collaborative AI systems, OneContext ensures continuity and reduces context loss across sessions.
Auto-Redbook-Skills: Automate Xiaohongshu Content Creation
Auto‑Redbook‑Skills is a ready‑to‑use open‑source toolkit that turns Markdown notes into polished Xiaohongshu posts. With 8 stylish themes, multiple pagination options, and optional auto‑publishing, it streamlines the entire workflow from draft to live post. Learn how to install, customize, and deploy this powerful automation in just a few commands, whether you prefer Python or Node.js.
wasmtime-py: Python WebAssembly Runtime Powered by Wasmtime
wasmtime-py brings the speed and safety of a WebAssembly runtime to Python developers. Learn how to install the package, run quick examples, and explore component support so you can embed WASM logic in your Python applications with minimal overhead.
nanobot: 4,000‑Line Python AI Assistant Built in Minutes
Discover how to turn a lightweight 4,000‑line Python repo into a full‑featured personal AI assistant. The nanobot project delivers core agent capabilities, real‑time data analysis, and chat‑app integration (Telegram/WhatsApp) with a single config file. Learn the architecture, rapid installation via pip or Docker, plug in local models, schedule tasks, and extend the skill set. Ideal for researchers, developers, and hobbyists who want a minimal yet powerful AI companion that runs on modest hardware.
PageIndex: The Open-Source Reasoning-Based RAG Framework
Discover PageIndex, a groundbreaking open‑source tool that eliminates the need for vector databases in Retrieval Augmented Generation (RAG). By building a hierarchical tree index and using LLM reasoning, PageIndex achieves human‑like retrieval without chunking or vector similarity. This article dives into its core concepts, installation steps, practical use cases—especially finance and legal document analysis—and its impressive benchmark results. Whether you’re a researcher, developer, or data scientist, learn how to transform long PDFs and markdown files into actionable knowledge with this lightweight Python library.