Showing 3 Result(s)
reallysimpledb-tharindu.dev

ReallySimpleDB

Github repo: https://github.com/truethari/ReallySimpleDB What is This This is a Python application that can be used to manage sqlite databases without using any sql command. Installation You can use pip: or Usage Create database Close connection Create table Here you can not directly call the create_table function. Because sqlite cannot create table without columns. So you must first define the columns and …

infomedia-tharindu.dev

Infomedia

Github repo: https://github.com/truethari/infomedia What is This infomedia 🎬🎧: This is a Python application that can be used to retrieve media file information such as duration, frame rate, bit rate, etc.. Important The base “FFmpeg – ffprobe” is used for the functionality of this package and the information of the videos is obtained from their tool. https://github.com/FFmpeg/FFmpeg Installation …

thumb-gen-tharindu.dev

Thumb-gen

Thumbnail Generator 🎬 Github repo: https://github.com/truethari/thumb-gen What is This This is a Python application that can be used to generate video thumbnail for mp4 and mkv file types. Installation You can use pip: Configurations Download font files : FontSquirrel or By program default: Usage Usage options Console Python Example 1 Example 2 Example 3