You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/python/app_templates/pytk/pytk.kdevtemplate

28 lines
521 B

# TDE Config File
[General]
Name=Simple Python/Tkinter script
Comment=This generates a simplistic "Hello world" program in Python/Tkinter
Category=Python
Icon=pytk.png
FileTemplates=py,ShellStyle
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.py
Archive=pytk.tar.gz
[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
[FILE2]
Type=install
Source=%{src}/app.py
Dest=%{dest}/%{APPNAMELC}.py
[MSG]
Type=message
Comment=A simple Python/Tkinter script was created in %{dest}