Adding Python Scripts

Is there any way to add a python script in the python section to categories like themes, import/export etc.?

Add something like this at the top of your script and put it in the folder with the others.

#!BPY
“”" Registration info for Blender menus:
Name: ‘MaBaker’
Blender: 241
Group: ‘Wizards’
Tooltip: ‘Create uv colour according to the angle of each edge.’
“”"

http://members.iinet.net.au/~cpbarton/ideasman/BPY_API/API_related-module.html
(scroll down to “Registering scripts:” )

http://bartius.crouch.googlepages.com/install
(the section called “Scripts with BPY information” )

EDIT: just do what macouno said, and you’ll be fine