Skip to content

Some codes i wrote to help me with me with my daily errands ;)

License

Notifications You must be signed in to change notification settings

jackboot7/FunUtils

 
 

Repository files navigation

FunUtils

Some codes I wrote to help me with errands. it really made my life easier hope it does for you too ^^

Requirement

  • Python 2.7

Installing

  1. clone
git clone https://github.com/HoussemCharf/FunUtils.git
  1. open terminal & execute
python CodeToExecute.py
  1. Enjoy !

Contributing

Feel free to contribute in this all you have to do is submit a pull request.

Contents description

  1. AndroidKivyApp_Letters2Words : Is a small IOS/Android application core developed in python using Kivy framework in order to solve scrumbled letters puzzles (It came handy with wordcookie game in playstore)

  2. CSS-JS_minimiser : Js/html page for the purpose of minifying CSS/Javascript codes

  3. ExChanger : a python based application capable of changing all extentions of files in same folder to a given one

  4. MyYoutubeLikedMusicVideosDownloader : a python based application capable of parsing your youtube account Like history and download ONLY Music category as an MP3 format.

  5. Pandora_Keep_Listening_Tamper : a small javascript code for tamper Monkey to keep pandora playing none stop without "are you still listening popup"

  6. FolderExSorter : a python based application that sorts a folder according to files extentions

   Example:
   
   Folder                                           Folder
   |-Music1.mp3       Python FolderExSorter.py      |-MP3
   |-Music2.mp3       =======================>      | |-Music1.mp3 
   |-Music3.mp4                                     | |-Music2.mp3
   |-file.pdf                                       |-MP4
                                                    | |-Music3.mp4
                                                    |-PDF
                                                    | |-file.pdf
  1. MorningAlarm : A small python code for morning alarm.

  2. NewProxy : A console based python application capable of providing fresh proxy servers list everytime you excute it

Authors

  • Houssem Charfeddine - FunUtils - HC

License

codes are licensed under the MIT License - see the LICENSE.md file for details

About

Some codes i wrote to help me with me with my daily errands ;)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.4%
  • HTML 6.8%
  • JavaScript 1.8%