Showing headlines posted by janoroot
How to delete all your facebook photos with python
As you mature, you think twice about expressing yourself. Nowadays most of our opinions, life experiences, and memories are shared online. There are many photos on my Facebook profile that I don't resonate with anymore.
So I decided to write a Python script to purge them all. The code does browser automation using Selenium.
So I decided to write a Python script to purge them all. The code does browser automation using Selenium.
How to convert ebooks in bulk with Python and Calibre
Shipped with many built-in modules that deal with the underlying functionalities of the operating system, Python is the perfect language for scripting.
How to install ffmpeg on Ubuntu 20.04 LTS
Installing ffmpeg on Ubuntu 20.04 LTS can be done through many ways. A simple command such as sudo apt install pulls the one from the official Ubuntu respository. Through this article you learn the proper instructions on how to setup ffmpeg on Ubuntu 20.04 LTS; from the repository and from the official source code. You also learn a few practical examples on how to convert videos.
Gather information from Instagram with python.
Being a Python coder, I like to experiment with all kinds of open source tools shared on the major platform Github through which coders from the whole world develop projects by collaborating with each other. As an Instagram user, I decided to try some Python applications which can help to interact with it from the command line.
An open source alternative to Internet Download Manager written in Python, pyIDM
Most of the computer geeks are familiar with the Internet Download Manager tool. Although it is one of the best among download managers; being a soldier of open source software, I decided to share pyIDM as an alternative for anyone who is passionate about computer programming.