Years ago I wrote a bot that logs into my Facebook daily, checks to see whose birthday it is that day, and writes a happy birthday message on their page. Fun little project if you want to learn selenium. Answer from Deleted User on reddit.com
GitHub
github.com › nitin42 › Python-Automation
GitHub - nitin42/Python-Automation: 💻 These are some projects which I worked upon to automate stuffs using python
💻 These are some projects which I worked upon to automate stuffs using python - nitin42/Python-Automation
Starred by 292 users
Forked by 153 users
Languages Python
What are the coolest Python automaton projects that you know of?
Years ago I wrote a bot that logs into my Facebook daily, checks to see whose birthday it is that day, and writes a happy birthday message on their page. Fun little project if you want to learn selenium. More on reddit.com
Suggest me some ideas of automation project in Python
NPC generator for DND More on reddit.com
I gathered top 15 automation python function that I use daily into an open source project.
Hey Automaters, As I worked daily on my AI automation projects, I collected several helpful Python automation functions. An idea struck me: why not compile all these Python hacks into an open-source project and crowdsource contributions from the community? In the long term, this could greatly benefit the entire automation ecosystem. So, here it is, the very first foundation of AutoPilot. I've gathered the top 15 functions, with all source code available for you to try out. 🔗 **Features**: **Background Remover**: Instantly remove image backgrounds. **QR Code Generator**: Create and download QR codes. **Fake Data Generator**: Quickly produce realistic dummy data. **YouTube Downloader**: Save videos or audio from YouTube. **Bulk Email Sender**: Seamlessly send emails in batches. ...and many more! 💻 **Try it out**: https://autopilot.streamlit.app 🔧 ** The repo**: https://github.com/Ai-Quill/automated.git 🙏 **Contribute**: I would love community contributions! Fork the repo, suggest new scripts, or improve existing ones. 📚 **More Info**: Check out our [GitHub repo]( https://github.com/Ai-Quill/automated ) for detailed instructions, features, and more! 💬 **Feedback**: Interested in using AutoPilot? Have suggestions? Found a bug? Let’s discuss in the comments below! Thanks for your time! Let’s automate our way to efficiency More on reddit.com
Python automation ideas
automate a bot to detect every time a similar question gets asked More on reddit.com
Videos
08:26
7 Automation Project Ideas in Python - Best Way To Learn Programming ...
03:34:46
3.5 Hours of Python Automation Projects - From Beginner to Advanced ...
41:38
3 Python Automation Projects - For Beginners - YouTube
05:54:58
🔥 Top 5 Python Projects For Beginners | Python Projects With ...
Javatpoint
javatpoint.com › python-automation-project-ideas
Python Automation Project Ideas - Javatpoint
Python Automation Project Ideas with Python with Python with python, tutorial, tkinter, button, overview, canvas, frame, environment set-up, first python program, operators, etc.
GitHub
github.com › topics › python-automation
python-automation · GitHub Topics · GitHub
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. ... All 334 Python 243 Jupyter Notebook 11 Java 4 HTML 3 Batchfile 2 JavaScript 2 Shell 2 Groovy 1 Perl 1 TeX 1 ... This script allows you to automate the creation of Gmail accounts using the Selenium automation framework with the Chrome WebDriver.
Reddit
reddit.com › r/python › what are the coolest python automaton projects that you know of?
r/Python on Reddit: What are the coolest Python automaton projects that you know of?
January 28, 2024 -
Whether if it's something simple and trivial or complex and robust, small project or well known library, you can describe what it is or even better post a link to the Github repository and elaborate what makes it cool.
Edit: "Python automation projects" in the title, there is no edit option.
Top answer 1 of 31
179
Years ago I wrote a bot that logs into my Facebook daily, checks to see whose birthday it is that day, and writes a happy birthday message on their page. Fun little project if you want to learn selenium.
2 of 31
135
I think OP is not searching for tools, he's searching for project ideas to use the tools. Many such cases : "woah I have all these tools to automate everything I want !!! What do I do with these now?? Stares into the void
Medium
medium.com › @luisprooc › interesting-python-automation-projects-with-source-code-to-start-building-your-portfolio-8d19d25aaf0b
Interesting Python Automation Projects with Source Code to start building your Portfolio | by Luisprooc | Medium
April 1, 2023 - Extracting text from PDF files can be used in document processing to extract specific information such as names, dates, and addresses from resumes or other documents. This can help automate processes such as data entry or document categorization. ... Python can be used to automatically generate subtitles for YouTube videos by transcribing the audio and converting it to text.
Reddit
reddit.com › r/learnpython › suggest me some ideas of automation project in python
r/learnpython on Reddit: Suggest me some ideas of automation project in Python
May 18, 2023 -
I have started learning python and fascinated about automation . I want to learn more about python automation by working on it .Suggest some not so simple python automation project ideas
Top answer 1 of 5
11
NPC generator for DND
2 of 5
7
Can you think of tasks in your daily life that would benefit from automation, or maybe tasks in someone else's life or business that would benefit? Practical problems can be highly motivating and rewarding! Here are a few ideas, Image Editing: Consider libraries like Pillow. Email Automation: Consider libraries like smtplib, imaplib, and ezgmail. System Backups: Consider libraries like shutil, os, and watchdog.
Automate the Boring Stuff
automatetheboringstuff.com
Automate the Boring Stuff with Python - Automate the Boring Stuff with Python
Every concept from Automate is reinforced through carefully sequenced questions, exercises, and projects that help you think like a programmer and prove to yourself that you really get it. At the end of each chapter, you’ll tackle miniprojects that bring everything together. Whether you’re renaming files, scraping websites, converting text to speech, modifying spreadsheets, or sending emails, you’ll build scripts that do real work. Fun projects like image generators and word games are in the mix too, not just boring stuff.
Quora
quora.com › What-are-some-good-Python-automation-project-ideas-1
What are some good Python automation project ideas? - Quora
Answer (1 of 4): Python as as binding language and Robot framework is what i have worked on recently and its amazing framework where you can do many tasks using the libraries provided by robot framework with 1 to 2 lines of code where in java we might end up writing pages of code to get the task ...
GitHub
github.com › Yahya-py › Python-Automation---26-Real-World-Projects
GitHub - Yahya-py/Python-Automation---26-Real-World-Projects: A curated collection of 26 real-world Python automation projects including web scraping, APIs, desktop apps, image/audio processing, NLP, PDF tools, and system control — each folder production-ready with clean code and documentation.
A curated collection of 26 real-world Python automation projects including web scraping, APIs, desktop apps, image/audio processing, NLP, PDF tools, and system control — each folder production-ready with clean code and documentation.
Author Yahya-py
Reddit
reddit.com › r/automate › i gathered top 15 automation python function that i use daily into an open source project.
r/Automate on Reddit: I gathered top 15 automation python function that I use daily into an open source project.
July 16, 2024 - An idea struck me: why not compile all these Python hacks into an open-source project and crowdsource contributions from the community? In the long term, this could greatly benefit the entire automation ecosystem. So, here it is, the very first foundation of AutoPilot. I've gathered the top 15 functions, with all source code ...
Soft Circles
softcircles.com › blog › top-15-python-automation-projects-for-beginners
Top 15 Python Automation Projects for beginners
In this Python Automation Project, we aim to automate Instagram tasks such as following, photo transfer, unfollowing users, etc. To fine-tune your targets before automating actions, you can use an Instagram profile viewer to inspect profile ...
GitHub
github.com › wasmerio › Python-Scripts
GitHub - wasmerio/Python-Scripts: A curated list of python scripts for automating your tasks · GitHub
Converts Longitude and Latitude to Lambert conformal conic projection. ... Sends an email. ... Merges two images horizontally or vertically. ... This Python script fetches a random song from YouTube based on your mood input and opens it in your default web browser. ... Moves your mouse every 15 seconds. ... Automates creation of 35+ platform-specific icon sizes from one source image for app stores and web deployment. ... Encodes and decodes Morse code...
Starred by 1.6K users
Forked by 504 users
Languages Python 75.1% | CSS 14.2% | Jupyter Notebook 8.4% | HTML 2.3%
Medium
medium.com › geekculture › 4-automation-projects-in-python-you-can-finish-in-a-weekend-edd2b389c8e5
4 Automation Projects in Python You Can Finish in a Weekend | by The PyCoach | Geek Culture | Medium
June 19, 2022 - This is the easiest project on this list because the libraries we’ll use take care of the hardest parts of table extraction with Python. First, we’ll extract tables from PDFs using a library called camelot. Many tools help us extract tables from PDFs without writing code, but camelot helps us customize the extraction, so there are more chances that we get the data we want in a proper format.
Guru99
guru99.com › home › python › 35 python projects for beginners with source code
35 Python Projects for Beginners with Source Code
August 13, 2025 - This automated program script is a Sudoku Solver that helps you to solve almost any Sudoku Puzzle by visualizing through the Backtracking Algorithm. You can use this logic to get its solution instantly and move further. Source Code Link: https://github.com/dhhruv/Sudoku-Solver · Tic-Tac-Toe Game is a simple Python project ...
GeeksforGeeks
geeksforgeeks.org › python-automation
Python Automation Tutorial: Beginner to Advanced - GeeksforGeeks
6 min read Python Flask Projects with Source Code (Beginners to Advanced)
Published July 25, 2024
Plain English
plainenglish.io › home › blog › python › 7 python projects that teach you real automation
7 Python Projects That Teach You Real Automation
2 weeks ago - Good automation doesn’t react fast. It reacts correctly. Most backups are paranoid. They copy everything. Every time. Instead, detect meaningful change. import difflib from pathlib import Path def meaningful_change(old, new, threshold=0.98): ratio = difflib.SequenceMatcher(None, old, new).ratio() return ratio < threshold source = Path("docs") backup_dir = Path("backup") backup_dir.mkdir(exist_ok=True) for file in source.glob("*.txt"): backup = backup_dir / file.name if backup.exists(): old = backup.read_text() new = file.read_text() if meaningful_change(old, new): print(f"Updating backup: {file.name}") backup.write_text(new) else: print(f"Creating backup: {file.name}") backup.write_text(file.read_text())