Giter VIP home page Giter VIP logo

python's Introduction

My Python Examples.

Here is some more detailed information about the scripts I have written. I do not consider myself a programmer; I create these little programs as experiments to have a play with the language, or to solve a problem for myself. I would gladly accept pointers from others to improve the code and make it more efficient, or simplify the code. If you would like to make any comments then please feel free to email me at [email protected].

In the scripts the comments etc are lined up correctly when they are viewed in Notepad++. This is what I use to code Python scripts.

  • batch_file_rename.py - This will batch rename a group of files in a given directory, once you pass the current and new extensions.

  • create_dir_if_not_there.py - Checks to see if a directory exists in the users home directory, if not then create it.

  • Fast Youtube Downloader - Downloads youtube videos fastly with parallel threads using aria2c

  • Google Image Downloader - Query the specific term and retrieve the images from google image database.

  • dir_test.py - Tests to see if the directory testdir exists, if not it will create the directory for you.

  • env_check.py - This script will check to see if all of the environment variables I require are set.

  • fileinfo.py - Show file information for a given file.

  • folder_size.py - This will scan the current directory and all subdirectories and display the size.

  • logs.py - This script will search for all *.log files in the given directory, zip them using the program you specify and then date stamp them.

  • move_files_over_x_days.py - This will move all the files from the source directory that are over 240 days old to the destination directory.

  • nslookup_check.py - This very simple script opens the file server_list.txt and then does an nslookup for each one to check the DNS entry.

  • osinfo.py - Displays some information about the OS on which you are running this script.

  • ping_servers.py - This script depending on the arguments supplied, will ping the servers associated with that application group.

  • ping_subnet.py - After supplying the first 3 octets it will scan the final range for available addresses.

  • powerdown_startup.py - This goes through the server list and pings the machine, if it's up it will load the putty session, if it's not it will notify you.

  • puttylogs.py - This zips up all the logs in the given directory.

  • script_count.py - This scans my scripts directory and gives a count of the different types of scripts.

  • script_listing.py - This will list all the files in the given directory, it will also go through all the subdirectories as well.

  • testlines.py - This very simple script opens a file and prints out 100 lines of whatever is the set for the line variable.

  • tweeter.py - This script allows you to tweet text or a picture from the terminal.

  • serial_scanner.py contains a method called ListAvailablePorts which returns a list with the names of the serial ports that are in use in our computer, this method works only on Linux and Windows (can be extended for mac osx). If no port is found, an empty list is returned.

  • get_youtube_view.py - This is very simple python script to get more views for your youtube videos. Sometimes I use it for repeating my favorite songs by this script.

  • CountMillionCharacter.py And CountMillionCharacter2.0.py - This Script is used for 1.counting character script 2.count how much characters are present on any text based file.

  • xkcd_downloader.py - Downloads the latest XKCD comic and places them in a new folder "comics".

  • timymodule.py - A great alternative to Pythons 'timeit' module and easier to use.

  • calculator.py - Uses Python's eval() function to implement a calculator.

  • Google_News.py - Uses BeautifulSoup to provide Latest News Headline along with news link.

  • cricket_live_score - Uses BeautifulSoup to provide live cricket score.

  • youtube.py - Takes input a song name and fetches the youtube url of best matching song and plays it.

python's People

Contributors

a1fus avatar ab-anand avatar abrahamalbert18 avatar amartrivedi5 avatar anuragkumarak95 avatar barnabysandeford avatar christianbender avatar elc avatar fanofxiaofeng avatar gauthamramravichandran avatar geekcomputers avatar giftlin avatar henocks avatar hidekihokuto avatar jaro-m avatar malikrohit16 avatar mjrish96 avatar mohitsharmaaa avatar nafisfaysal avatar qhuang872 avatar saanwer avatar sarmahsubhan avatar screamff avatar serafdev avatar shreydan avatar sunnysai12345 avatar vishvajitp avatar yashladha avatar zivli avatar zyxbest avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.