An open API service indexing awesome lists of open source software.

https://github.com/d4vinci/my-laziness

Random scripts I write to automate non-hacking stuff
https://github.com/d4vinci/my-laziness

Last synced: 4 months ago
JSON representation

Random scripts I write to automate non-hacking stuff

Awesome Lists containing this project

README

          

## Random scripts I write to automate non-hacking stuff (Check the source for imported libs to know the requirements)

### ClearSubtitle.py
- Clear subtitles files from coloring codes to play on non color-supported devices like TVs in my case*
- Usage :
```
ClearSubtitle.py Or run it without arguments to clear the current dir
```

### github_followers.py
- Extract the famous followers for any github user

### github_stargazers.py
- Extract the famous stargazers for any github repo

### wav2text.py
- Give it a wav file and it will convert it to text file for you

### yt.py
- Automates the download of youtube videos as mp4 or mp3 using youtube-dl

- Usage :
```
yt.py (mp3/mp4)
```