User Profile

Collapse

Profile Sidebar

Collapse
greenpy
greenpy
Last Activity: Nov 16 '12, 11:43 AM
Joined: Oct 28 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • greenpy
    started a topic Make a full text reader

    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
    ...
    See more | Go to post

  • greenpy
    started a topic Video player in tkinter

    Video player in tkinter

    I am using python 2.7 on windows 7.
    I am trying to show a video in tkinter. I get a tkinter widget named tkvideo from "http://tkvideo.berlios .de/" .
    But i can't add that widget to tkinter. Tkvideo docs only saying that copy tkvideo widget file to tcl folder. I do it. But widget is not working.
    Please give a solution for this problem or give a other way to show a video in tkinter
    See more | Go to post

  • greenpy
    started a topic DRAW 3D Objects in Tkinter

    DRAW 3D Objects in Tkinter

    I am using python 2.7 on windows 7.
    Drawing is wonderful in tkinter canvas widget.
    Now i need draw 3D objects in tkinter and make a z cords in tkinter. I know tkinter have only x and y cords.
    I try so. But i get errors
    See more | Go to post

  • greenpy
    started a topic tkfont some fonts are not working

    tkfont some fonts are not working

    i try to use all fonts in tkfont. But some fonts are not working.
    I must use tt fonts in tkfont
    please give a solution
    See more | Go to post
No activity results to display
Show More
Working...