Skip to content

Collection of programs of various complexity I find useful.

License

Notifications You must be signed in to change notification settings

jac08h/my_scripts

Repository files navigation

my_scripts

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: 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]

About

Collection of programs of various complexity I find useful.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published