neilser / Auto_Neutron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Neutron

Auto Neutron is an utility tool for neutron routes created using Spansh's route plotter or for CSV files that use spansh's syntax

Installation

Python 3.6 or later is needed to run directly

$ cd Auto-Neutron
$ pip intall -r requirements.txt
$ python "Auto Neutron.py"

or download latest release

Usage

After initial launch a popup window will show up if Auto Hot Key is not detected in its default directory, if you wish to use it (install it) and select its executable. Otherwise press cancel

Copy mode

In copy mode, the script will automatically copy the next system in route to the clipboard when the current target is reached

AHK Mode

With AHK the script will launch a new intance of a custom AHK script, that is editable in settings, and replace the "|SYSTEMNAME|" string in it with the next system in route.

If the AHK script is not working, make sure all of the keybinds are correct or increase sleep timeouts

Features

  • Built in neutron plotter using Spansh's api
  • Saving of routes
  • Skipping jumps using doubleclick
  • Low fuel alert when customisable threshold is reached

Utility for creating custom CSV files usable by this app: https://github.com/Numerlor/Neutron-CSV-Builder

Example of AHK script in action

About

License:GNU General Public License v3.0


Languages

Language:Python 94.7%Language:AutoHotkey 5.3%