python
-
gitsome ( donnemartin/gitsome )
A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools Created by donnemartin on Apr 23, 2016.
-
TranscriptBot ( agermanidis/TranscriptBot )
Auto-transcribe your meetings to Slack in real time Created by agermanidis on May 17, 2016.
-
http-prompt ( httpie/http-prompt )
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie Created by httpie on Apr 06, 2016.
-
public-apis ( public-apis/public-apis )
A collective list of free APIs Created by public-apis on Mar 20, 2016.
-
youtube-dl ( ytdl-org/youtube-dl )
Command-line program to download videos from YouTube.com and other video sites Created by ytdl-org on Oct 31, 2010.
-
Legofy ( JuanPotato/Legofy )
Make images look as if they are made out of 1×1 LEGO blocks Created by JuanPotato on Oct 15, 2015.
-
big-list-of-naughty-strings ( minimaxir/big-list-of-naughty-strings )
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. Created by minimaxir on Aug 08, 2015.
-
random-sublime-text-plugin ( kimpettersen/random-sublime-text-plugin )
Plugin for sublime text to generate random, ints, floats, strings and words Created by kimpettersen on Nov 24, 2013.
-
swapi ( phalt/swapi )
*NOT MAINTAINED – NO GUARENTEE TO BE UP* Created by phalt on Dec 04, 2014.
-
WDS-WordPress-Export-XML-splitter ( WebDevStudios/WDS-WordPress-Export-XML-splitter )
Take a WordPress xml export file and split it into a number of chunks Created by WebDevStudios on Oct 15, 2014.
-
AdvancedNewFile ( SublimeText/AdvancedNewFile )
File creation plugin for Sublime Text 2 and Sublime Text 3. Created by SublimeText on Oct 28, 2011.
-
GutterColor ( ggordan/GutterColor )
A Sublime Text 3 plugin which displays a colour in the gutter if the line contains a colour. Created by ggordan on Feb 15, 2014.
-
stellar ( fastmonkeys/stellar )
Fast database snapshot and restore tool for development Created by fastmonkeys on Jun 27, 2014.
-
cloudtunes ( jakubroztocil/cloudtunes )
Web-based music player for the cloud :cloud: :notes: Play music from YouTube, Dropbox, etc. Created by jakubroztocil on Sep 08, 2014.
-
SublimeText2-FTPSync ( NoxArt/SublimeText2-FTPSync )
Simple and free FTP(S) syncing (SFTP not available) Created by NoxArt on May 12, 2012.
-
static-zipcode-api ( dryan/static-zipcode-api )
“API” for getting information about a ZIP Code via a series of static files. Created by dryan on Apr 12, 2012.
-
Was JUST thinking about this earlier today. Scripts popping up that allows one to "interact with the #terminal in plain English using GPT-3". https://github.com/dylanjcastillo/shell-genie Example: "find all json files in the current directory that are larger than 1MB" #python
-
So after Mastodon, Twitter, Tumblr, LinkedIn – thinking of the next social world that I can suck into davidbisset.social. đđ» Github might be next. I'm not sharing my public commits, but what I â might be interesting. Here's a #Python script that exports (your) GitHub stars to a CSV file: https://github.com/JeffCarpenter/export-stars This #Vue script exports…
-
Interesting: Yark is "#YouTube archiving made simple" letting one continuously archive all videos and metadata for YouTube channels. https://github.com/Owez/yark Once everything has been downloaded, Yark will automatically give you a status report of what's changed since the last refresh. #Python
-
Cool nerd stuff: A math problem generator written in #Python created for the purpose of giving teachers and students the means to easily get access to random math exercises to suit their needs. #opensource https://lukew3.github.io/mathgenerator/ Github: https://github.com/lukew3/mathgenerator
-
Another reason why i 𧥠the web: Someone made a script that automatically lowers volume during radio ads and DJ announcements if you have a Sonos speaker. Clever. #Python matthewfelgate.wordpress.com/2022/12/14/turâŠ
-
If you are learning #Python, a nice tutorial on how to down YouTube videos with it. dev.to/ethand91/downlâŠ
-
This Slack âanti-deleteâ is clever but one of those âbetter put a notice in your Slack you are using this or shame on youâ things. Although I wonder if itâs possible to edit histories in Slack. github.com/SharonBrizinov⊠#Python
-
Remember the âUh-oh! ICQ soundâ? Someone made that the Slack sound notification. đ You can use this #Python script to change the Slack notification sound to be whatever you want: github.com/SharonBrizinovâŠ
-
How to write a #Python Twitter Unfollow script in 2022 (via @swyx) swyx.io/how-to-write-aâŠ
-
Interesting: FauxPilot is an attempt to build a locally hosted version of @GitHub Copilot github.com/moyix/fauxpilot #Python
-
Getting #Python 3 to run on macOS Monterey gomakethings.com/getting-pythonâŠ
-
Hapless is a simple way of running and tracking processes in the background in a CLI. #Python github.com/bmwant/hapless
-
Begun the AI coding wars has. Amazon now has a version of Codepilot in preview called âCodeWhispererâ. Support VS Code and a few others. aws.amazon.com/blogs/aws/now-⊠#Python #Java #JavaScript
-
Devs can remove silence from video files with a 1-line ffmpeg command #Python github.com/bambax/Remsi