/scap_novx

A Python script for creating new novelyst projects from scapple diagrams

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Download the latest release Changelog News User guide

S scap_novx

A Python script for creating new novelibre projects from Scapple diagrams

Screenshot: Example

Features

  • Notes with a shadow are converted to sections in one single chapter.
  • Notes with a "cloud" border and shadow are converted to "Notes" sections.
  • Notes with a "cloud" border without shadow are converted to section and character notes.
  • Notes with a square border are converted to tags.
  • Notes with colored text are converted to characters, locations, or items.
  • Connections between sections and characters/locations/items are considered.
  • If a novelibre project already exists, Character/Location/Item XML files are generated instead.
  • The scap_novx release includes a sample Scapple file with note styles to import.

Requirements

Download and install

Default: Executable Python zip archive

Download the latest release scap_novx_v2.2.4.pyzw

  • Launch scap_novx_v2.2.4.pyzw by double-clicking (Windows/Linux desktop),
  • or execute python scap_novx_v2.2.4.pyzw (Windows), resp. python3 scap_novx_v2.2.4.pyzw (Linux) on the command line.

Important

Many web browsers recognize the download as an executable file and offer to open it immediately. This starts the installation.

However, depending on your security settings, your browser may initially refuse to download the executable file. In this case, your confirmation or an additional action is required. If this is not possible, you have the option of downloading the zip file.

Alternative: Zip file

The package is also available in zip format: scap_novx_v2.2.4.zip

  • Extract the scap_novx_v2.2.4 folder from the downloaded zipfile "scap_novx_v2.2.4.zip".
  • Move into this new folder and launch setup.pyw by double-clicking (Windows/Linux desktop),
  • or execute python setup.pyw (Windows), resp. python3 setup.pyw (Linux) on the command line.

Note for Linux users

Please make sure that your Python3 installation has the tkinter module. On Ubuntu, for example, it is not available out of the box and must be installed via a separate package.


Changelog

Usage

See the online manual

License

This is Open Source software, and scap_novx is licensed under GPLv3. See the GNU General Public License website for more details, or consult the LICENSE file.