JaidedAI /
EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Loading repository data…
drm / repository
Python script to fix bad SRT subtitles
Ever downloaded badly synced SRT files, because someone converted framebased subtitle files to SRT without considering the right framerate? I have, and it annoys me pretty much. UI tools usually take more time in fixing this (because they generally do not offer the options of converting a framerate in a time-based format such as SRT). With this little command line tool you'll fix within seconds.
Convert 25-based to 24-based framerate
$ python2.7 srtfix.py -i src.srt -o out.srt -f 25/24
Convert 23.976 to 25 based and shift the SRT 3 minutes right
$ python2.7 srtfix.py -i src.srt -o out.srt -f 23.976/25 -s 3m
Use pipes in stead of arguments
$ python2.7 srtfix.py -f 25/24 < src.srt > out.srt
Selected from shared topics, language and repository description—not editorial ratings.
JaidedAI /
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
windmill-labs /
Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
hardikvasa /
Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
kellyjonbrazil /
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
HariSekhon /
1200+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Docker, CI/CD, APIs, SQL, PostgreSQL, MySQL, Hive, Impala, Kafka, Hadoop, Jenkins, GitHub, GitLab, BitBucket, Azure DevOps, TeamCity, Spotify, MP3, LDAP, Code/Build Linting, pkg mgmt for Linux, Mac, Python, Perl, Ruby, NodeJS, Golang, Advanced dotfiles: .bashrc, .vimrc, .gitconfig, .screenrc, tmux..
a1studmuffin /
A Blender script to procedurally generate 3D spaceships