91 skills found · Page 3 of 4
sliday / Stupid AI CoderStupid AI code generator iteratively improves Python code with user input, featuring colorful output, progress tracking and error handling.
HasData / Playwright ScrapingThis repository demonstrates web scraping and browser automation using Playwright in both Python and Node.js. It includes scripts for common tasks such as scraping data, interacting with web elements, handling authentication, and managing errors.
omarbadrani / Description And Links Site WebThis Python script takes a user-inputted URL, performs an HTTP GET request, parses the HTML using BeautifulSoup, and extracts and prints links and email addresses found on the webpage, handling errors gracefully.
coldsofttech / Pym3u8downloaderM3U8 Downloader is a Python class designed to download and concatenate video files from M3U8 playlists. This class provides functionality to handle M3U8 playlist files, download video segments, concatenate them into a single video file, and manage various error conditions.
diorwave / Solana Trading BotA real-time Python bot for Solana that monitors wallets and copies transactions using WebSockets. Includes a FastAPI REST API for management, async processing, and robust error handling for automated crypto trading.
Sadrita404 / SQL Connection With PythonMySQL Database Connection & Data Fetching Script This Python script connects to a MySQL database using the mysql-connector-python library and retrieves all rows from a specified table. It includes proper connection handling, error catching, and row-by-row printing of the fetched data.
Krishnan005K / Bank ATM Interface With PythonTkinterThis is a Banking interface GUI built using Python's tkinter library. It allows users to deposit, withdraw, and view their transaction history. The application uses a basic authentication system and includes error handling for invalid inputs.
Lexogen-Tools / IdemuxcppiDemux is an all-in-one command line tool that can be used for both demultiplexing and error correction of FASTQ files. It enables demultiplexing of i1 inline barcodes of Lexogen’s QuantSeq-Pool as well as demultiplexing of i7 and/or i5 indices of any other RNA-Seq library prep. iDemux can also be used for superior error correction of RNA-Seq libraries generated with Lexogen’s UDI 12 nt Unique Dual Indices. This C++ version is faster than the Python version but requires a certain proficiency in command line tool handling.
Rehan-stack / Twitter Chat Gpt BotThis Python script uses the Twitter and OpenAI APIs to listen for mentions of a Twitter account and generate automated replies using GPT-3. It checks for new mentions every hour and avoids giving duplicate responses. The script includes error handling to deal with rate limits, forbidden content, and tweets that exceed the maximum length.
povzayd / P PerPython tool to quickly extract embedded JPEG images from pcap files. Perfect for image extraction, data recovery, and digital forensics with reliable error handling..
Concurra / ConcurraConcurra - Concurra is a Python library designed for parallel task execution, allowing you to run multiple tasks concurrently with easy-to-use handling of task results, progress tracking, and error management. The library supports both multithreading and multiprocessing to help scale tasks efficiently.
cheroliv / Playlist Downloader🎧 YouTube Playlist Manager CLI: Open source command-line tool to create, manage, sync, and download your YouTube playlists. Based on Python, Typer, yt-dlp, and the YouTube Data API v3. Modular architecture, automated testing, centralized error handling.
gunpal5 / Claude Agent SDK DotnetUnofficial .NET SDK for Claude Code. Build production-ready AI applications with Claude's code generation and analysis capabilities. Supports streaming responses, multi-turn conversations, tool use, and comprehensive error handling. Complete port of the Python SDK with idiomatic C# async/await patterns.
HuntStar01 / Remote Control Phone AUTOMATION For IOS And AndroidEnabling remote control and screen projection of mobile devices to PCs for automation testing. Utilized Python, SwiftUI, PyQtGui, ADB, Twilio API, OpenCV, Tesseract OCR, and Appium to test screen mirroring, music, calls, and navigation on Android and iOS. Included automated tests, error handling, and user feedback features.
idmitrievsky / PireErlang-style supervisor error handling for Python.
leodiegues / UnwrappyYet another Rust-inspired Result and Option ergonomics brought to Python, enabling safe, expressive error handling with errors as values.
itsaugvst0x01 / WebScraperA powerful and user-friendly command-line interface tool for extracting web data and exporting it to CSV format. Built with Python, this tool provides an intuitive way to scrape web content with professional-grade features and error handling.
omartood / Sophone Py PackageProfessional Somali phone number validation, formatting & operator detection for Python. A comprehensive library with CLI tools, type hints, and beautiful error handling.
rawalraj022 / My Python Code Guide A ZPython Basic to Advanced Guide is designed to take you from the fundamentals to expert-level programming. We’ll start with core concepts like variables, data types, and control structures, then progress to more advanced topics such as object-oriented programming, file handling, and error management. The course also covers advanced features ...
Kalepa / Safe InitSafe Init is a Python library that enhances AWS Lambda functions with advanced error handling, logging, monitoring, and resilience features, providing comprehensive observability and reliability for serverless applications.