Category Archives for Python

Script to convert sub format to srt

Program to convert sub format subtitles to srt format. Continue reading

24. April 2012 by Jishnu
Categories: Python | Tags: , | Leave a comment

Indian Flag using Python, Tkinter and Bresenham’s line drawing algorithm

21. July 2011 by Jishnu
Categories: Python | Tags: , , | Leave a comment

Moving Bus using Python and Tkinter

Please note that the implementation of Bresenham’s line drawing algorithm (‘bre’ function) in this program is not perfect.

20. May 2011 by Jishnu
Categories: Python | Tags: , , | Leave a comment

Implementation of DDA Line Drawing Algorithm using Python

20. May 2011 by Jishnu
Categories: Python | Tags: , , , | Leave a comment

Python – Tkinter – Hello World

20. May 2011 by Jishnu
Categories: Python | Tags: , , | Leave a comment