Make a full text reader

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • greenpy
    New Member
    • Oct 2012
    • 4

    Make a full text reader

    I am using for python 2.7 on windows.
    I am trying to build a test editor with tkinter. I make a 90% percentage of my application. Now i need your help. When we open a .txt file the text editor open and display that text. I want open my application with like this. I know how will set it with windows cmd. I do it with the following code in cmd.
    Code:
    assoc .txt=HighTxt.File
    ftype HighTxt.File=C:\pythonpractice\hightxt.py
    This working. But my application not read the file.
    What is the python code to fix it.
Working...