All Projects â†’ iCHAIT â†’ Python Scripts

iCHAIT / Python Scripts

Licence: lgpl-3.0
📋 My Python scripts.

Programming Languages

python
139335 projects - #7 most used programming language
scripting
82 projects

Python-Scripts

Here are some scripts that I have written in python. Most of these scripts were written by me to understand python and get a feel of the language as a result most of them are small and don't perform a great deal of operation.

List of Scripts

FBWishReplier

https://github.com/iCHAIT/Python-Scripts/tree/master/Facebook

OS X Mirror

A python script to create the Mirror of the hard disk for the OS X operating system. The script creates a 0 byte directory structure for the entire hard disk.

agecalulator

These scripts will calculate your age and the number of days you've lived till now!!

googleSearch.py

This is another fun script, it provides a command line utility to perform google search. It gives you the top links(search results) of whatever you want to search on google.

location.py

This is a small script that return the location parameters of any location you want.

pdf_dwnldr.py

This script scrapes all the pdf links that are there on any web page any downloads the pdf's.

pyCountry

Made this script with the objective of learning and gaining knowlegde of the pycountry python module (had to use this module in some other project).

todo_manager.py

There are times when you have a lot of things to do but you are unable to decide where to start from..!! This script will help you to overcome this problem, simply store the list of all the tasks you have to do in a text file(for me it is TODO.txt) and run this script on that file,the output will be a task,generated randomly from the list of tasks stored in that file. Consequently the the output generated will be removed from the TODO list assuming it will be completed by you. ENJOY...;)

ISSUES

  • location.py does not works always.(use different module)

TODO

  • Add Makefile
  • Script to wish birthday on friend's wall on facebook.
  • Script for scraping GitHub news feed and mail the data to the user.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].