May 31, 2023
Using pytube to fetch a song
This python program above will download an audio from a youtube link
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Popular Posts
Sqlite: how to count words in a field
Assuming a table like this: create table test (id integer primary key autoincrement, name text); and values like: insert into test va...
AI Video with pixverse
https://app.pixverse.ai/create/video
Installing Python with multiple environments
Step 1: download python.org/downloads/ Step 2: setup a directory to install Python via the command line "mkdir python3ver" for th...
VMware: How to merge vmdk files
Multiple vmdk file You might end up in situation where you will find xxx-000001.vmdk , xxx-000002.vmdk and so on (these are quite big fil...