From XY to app

What other productivity software are you working with...
Post Reply
kiwichick
Posts: 557
Joined: 08 Aug 2012 04:14
Location: Pahiatua, New Zealand

From XY to app

Post by kiwichick »

Hi there, I've created a script that has absolutely nothing whatsoever to do with automating tasks and the kind of system stuff that scripting is usually used for. It's an Astrology script where a date of birth is entered and the script displays information (with help form an ini file) about the relevant astrological star sign. I was wondering what suggestions people could give on turning the script into a proper appplication that is independent of XYplorer. What software, language, etc I could use. The script really won't get any more complicated than calling data or images so just beginner suggestions please :-)
Windows 10 Pro 22H2

binocular222
Posts: 1416
Joined: 04 Nov 2008 05:35
Location: Hanoi, Vietnam

Re: From XY to app

Post by binocular222 »

If your xys script runs well and displayed what you want, then it's ok.
What is a "proper appplication"?
with such a simple task a read ini and display in a dialog box, any scripting language can.
I use autohotkey but recommend Python
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

kiwichick
Posts: 557
Joined: 08 Aug 2012 04:14
Location: Pahiatua, New Zealand

Re: From XY to app

Post by kiwichick »

Thanks binocular222, I had looked at Python so it's nice to know someone here can recommend it.

And I would like it to be a 'proper application' so that if I want to share it with other people or develop it further, it won't be dependent on XYplorer to run.
Windows 10 Pro 22H2

Nighted
Posts: 459
Joined: 21 Jan 2007 01:58
Location: Gitmo Nation North, Win 7/10/Linux/(x64)

Re: From XY to app

Post by Nighted »

That sounds like a fun app.

I would recommend AutoHotkey. It includes a simple compiler for distributing your scripts in executable format.

AutoIt is also very nice.
I want XY to serve soft ice cream. Please Don, make XY serve soft ice cream.

kiwichick
Posts: 557
Joined: 08 Aug 2012 04:14
Location: Pahiatua, New Zealand

Re: From XY to app

Post by kiwichick »

Thanks Nighted, I'll check them out.
Windows 10 Pro 22H2

kiwichick
Posts: 557
Joined: 08 Aug 2012 04:14
Location: Pahiatua, New Zealand

Re: From XY to app

Post by kiwichick »

Gosh there are so many scripting languages out there!! Phew how do you guys make sense of it all and decide which one you're going to use :veryconfused:

Python and (especially) AutoHotkey look good but I was just wondering, as possible way to make it easier to recreate the script I already have, what is the scripting language that XY is based on (or is most like XY)?
Windows 10 Pro 22H2

admin
Site Admin
Posts: 60530
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: From XY to app

Post by admin »

PHP.

kiwichick
Posts: 557
Joined: 08 Aug 2012 04:14
Location: Pahiatua, New Zealand

Re: From XY to app

Post by kiwichick »

Thanks Don :appl: :appl:
Windows 10 Pro 22H2

Post Reply