Skip to content

Collection of programs of various complexity I find useful.

License

Notifications You must be signed in to change notification settings

shefalirai7/my_scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Collection of programs of various complexity I find useful.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.9%
  • Shell 4.1%