Skip to content

gnurenga/glowing-pyscripts

Repository files navigation

Description

This repo is to writing scripts in python

Project 1: Event Count Down

  • It is a project used to count the no of days remaining for any event.

Usage:

Give the date of the event and name of the event as arguments to countdown.py and the countdown.py gives you a notification.

$ ./countdown.py <date> <event-name>

Parsing Log

  • parsing_log is project to parse http.log file and find sum of NUM bytes for each unique IP
$ parser.py

{'192.168.1.3': 12333, '192.168.1.2': 24766, '192.168.1.1': 500}

About

Writing application using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published