A graphical programming environment using flowcharts.
Project description
A graphical programming environment using flowcharts.
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
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file flowtutor-0.11.1.tar.gz
.
File metadata
- Download URL: flowtutor-0.11.1.tar.gz
- Upload date:
- Size: 121.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a260213cedc114d37162fabea0b7408a899f677b7e906fae9d39ccd881e6df1 |
|
MD5 | 7e22f46dec7bd2263174afb989d09740 |
|
BLAKE2b-256 | e46329efae96b211d24d7658ca3e83d47002f75b1ec53ad9fff627eb2be2dc08 |
File details
Details for the file FlowTutor-0.11.1-py3-none-any.whl
.
File metadata
- Download URL: FlowTutor-0.11.1-py3-none-any.whl
- Upload date:
- Size: 147.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ae5533fb43533c793f9d25d8c469fa15d92d6a03aa2c82666200cbe88b07e9f |
|
MD5 | 364cb2dc05caaec3cdb641df99445aab |
|
BLAKE2b-256 | 058d797b92840e2728b7115784dbc9742bdce621280786c3ed3529adbfabbd30 |