Skip to main content

A graphical programming environment using flowcharts.

Project description

FlowTutor

flowtutor-logo
FlowTutor is a graphical programming environment designed to cater to the needs of engineering students.

Prerequisites

The following programs have to be available on the system for FlowTutor to be able to run:

Documentation

An overview of FlowTutors functionality can be found in the projects Wiki

Running the Python project from source

  1. Create a virtual environment:

    python -m venv venv
    
  2. Activate the virtual environment:

    source venv/bin/activate
    
  3. Install the FlowTutor package:

    python -m pip install .
    
  4. Run FlowTutor:

    flowtutor
    

Running on macOS

Warning As of June 2023 there exists a bug in MacOS/GDB, that prevents the debugging functionality of FlowTutor from functioning correctly.

Flowtutor uses GDB for its debugging functionality. Modern Darwin kernels (used in macOS) restrict the capability to assume control over another process, which GDB needs to debug the program. To give the correct permissions to GDB it needs to be code signed.

1. Create a certificate

Run the script macos-setup-codesign.sh from the gdb-codesign folder. This sets up a certificate in the System Keychain and trusts the certificate for code signing.

2. Sign and entitle the gdb binary

Execute the following command with gdb-entitlement.xml from the gdb-codesign folder:

codesign --entitlements gdb-entitlement.xml -fs gdb-cert $(which gdb)

3. Reboot

This refreshes the system's certificates and code-signing data.

Windows Installer Packages

The application is packaged with Pynsist for easier distribution on Windows.

Because Pynsist makes use of the “bundled” versions of Python the tkinter module isn’t included by default.

For the currently used version of Python the necessary files, namely _tkinter.lib, _tkinter.pyd, _tkinter.lib, tcl86t.dll and tk86t.dll in pynsist_pks/ and the contents of lib/ folder, have been correctly included.

Should the bundled Python version change, these files have to be replaced accordingly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FlowTutor-0.9.0.tar.gz (108.7 kB view hashes)

Uploaded Source

Built Distribution

FlowTutor-0.9.0-py3-none-any.whl (136.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page