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
- Host: GitHub
- URL: https://github.com/d4vinci/my-laziness
- Owner: D4Vinci
- Created: 2018-01-18T17:12:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T19:31:19.000Z (over 6 years ago)
- Last Synced: 2025-04-06T03:55:47.809Z (7 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 21
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)
```