18 skills found
asweigart / PyperclipPython module for cross-platform clipboard functions.
NikitaBeloglazov / Clipman📋 Python 3 module for working with clipboard. Created because pyperclip is discontinued. Mostly made for ✨ YTCON
cyberboysumanjay / Torrent Searcher[DEPRECATED] A simple torrent file searcher written in Python
Architrixs / Wattpad2EpubPython Script to Scrape Wattpad Story and convert to Epub and html file. Easiest to use.
AbhilashDatta / InstagramBotAn Instagram bot that can mass text users, receive and read a text, and store it somewhere with user details.
SagarBiswas-MultiHAT / ChatAutomation AI AssistantAutomates chat replies for Messenger and WhatsApp using PyAutoGUI for UI actions, Pyperclip for clipboard capture, and Groq for AI responses. Cycles configured chat positions, skips replying to your own messages, supports dry-run and logging, and includes cursor tools and easy config for fast testing and demos. Ideal for portfolio demos & research.
prashantgupta24 / Clipboard ManagerClippy - A minimalistic clipboard manager in python
rashid-yusubov / AkemuПрограмма, которая эмулирует процесс ввода текста, скопированного в буфер обмена, с задержкой между нажатиями клавиш.
timbertson / Pyperclipimproved fork of coffeeghost's `pyperclip` module
CoolSpring8 / Aftercopy给剪贴板文字去除换行、替换标点的小工具,适用于从 PDF 复制文字等情况。 A cross-platform helper tool that reads from clipboard, removes newlines, replaces punctuation and writes back. Based on pyperclip.
mfuxs / TextkorrekturEin Python-Skript, das OpenAI GPT-4o mini zur Korrektur von deutschem Text verwendet. Es nutzt pynput zur Hotkey-Erkennung, pyperclip für die Zwischenablage und playsound für ein Signal nach der Korrektur.
asweigart / PyperclipimgCross-platform copy() and paste() functions for images.
aksharbarchha / Clipboard ManagerA minimalistic clipboard manager in python
jonesmartins / VapyrwaveTurns text into VAPORWAVEtext from the Terminal.
Krasivaya / Password LockerThis is a python application that manages a user various account credentials for different acounts they have signed into or want to signed up to i.e username and passowrd for each account. (It can be email, social media, entertainment or job portal accounts)
Pranavtechie / Password ManagerThis Appilication can manage your entire Passwords
Thomrl / InstaGetEasily save instagram video/pictures, youtube thumbnails and twitch clips
JeanAulis / Wx Auto Messages该程序基于 ocr 和 键盘鼠标自动化控制 来实现微信自动发送消息的功能。它使用 pyautogui 库进行图像识别,通过比对屏幕截图定位微信界面中的控件(如搜索框和输入框),并模拟鼠标点击与键盘输入操作。同时,利用 pyperclip 库实现剪贴板操作,将消息内容复制到剪贴板并粘贴到微信的输入框中,最后模拟回车键发送消息。通过循环结构,程序能够自动化地向指定好友发送多条消息,并支持指定消息重复发送的次数。