Collection of programs of various complexity I find useful.
- Language: Python3
- Description: Plays an alarm sound after specified time period.
- Usage:
./alarm_clock.py [-s SECONDS] [-m MINUTES]
- Example:
./alarm_clock.py -s 0 -m 5
- Language: Python3
- Description: Gets price of cryptocurrencies using Cryptocompare's API.
- Usage:
./crypto_price.py [from_symbols] [to_symbols]
- Example:
./crypto_price.py btc usd,eur
- Language: Python3
- Description: Parse an .xml file containing text messages
- Usage:
./sms_parser.py
- Example:
$ ./sms_parser.py
Enter filename[xml filename]
Enter sender's name[sender's name]
Enter receiver's name[receiver's name]
- Language: Python3
- Description: Converts wma files to mp3 inplace and removes wma files.
- Usage:
./wma2mp3.py [path]
- Language: Bash
- Description: Downloads mp3 from youtube videos using youtube-dl.
- Usage:
./youtube_dl.sh
- Example:
$ ./youtube_dl.sh
URL:
[youtube URL]
name:
[name]