Giter Site home page Giter Site logo

thomasroessl / flowtutor Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 1.0 6.43 MB

A graphical programming environment using flowcharts.

License: GNU Lesser General Public License v3.0

Shell 1.16% Python 98.15% Jinja 0.69%
c dearpygui education flowchart graphical-programming programming python

flowtutor's Introduction

flowtutor-logo

A graphical programming environment using flowcharts.

Python versions PYPI Jenkins

Prerequisites

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

  • Python 3.9, 3.10, 3.11
  • For C programs only:
    • GCC - C-Compiler
    • GDB - Debugger

Documentation

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

Running

FlowTutor is available through the Python Package Index:

python -m pip install flowtutor

Running C programs 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 C 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.

flowtutor's People

Contributors

thomasroessl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

choihyungi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.