automation Hiding messages in images: steganography with Python and Repl.it Build a secret communication tool with Python using steganography. Hide your messages in normal looking images so no one would suspect secret communication.
automation URL Shortener with `pyshortners` A simple URL shortner with 3 lines of code, using the `pyshortners` module.
automation Repl Audio - Control (or create) music with code. Find, download, play, and control the volume of your music, all in code. If that's not enough, create your own music too.
automation Quicksort tutorial: Python implementation with line by line explanation Whether you’re applying for jobs or just like algorithms, it’s useful to understand how sorting works. Here you’ll create a sorter from scratch.
automation Building a Discord Bot with Python and Repl.it Build an echo bot using the Discord API. Your bot will always respond with exactly what you send it for now.
automation Password Generator Create a password generator with Python to take over the tedious task of coming up with passwords that meet complexity requirements.
web-scraping Web scraping with Selenium Learn how to control your web browser with Python using the selenium module.
web-scraping Web scraping with BeautifulSoup Learn to extract information from the web automatically with BeautifulSoup