On Sat, 9 Feb 2013 15:27:16 +0100
Morten Engvoldsen <mortene...@gmail.com> wrote:
> I Have saved my output in .doc file and want to format the output with
> 
> *************Start the File ************************
> 
> Some data here
> 
> 
> *******************End of File*****************************
> 
> Can you let me know how can i do that using Python?

Seems pretty simple.  Open the file, read it into a variable, print the
header, print the data and then print the footer.  Which part are you
struggling with? Show us your code so far.

Or is the issue with the .doc file?  Is it a Word document or simple
text?

-- 
D'Arcy J.M. Cain <da...@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
IM: da...@vex.net, VOIP: sip:da...@vex.net
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to