https://github.com/grandmoff100/termflow
Clean pythonic flowcharts in the terminal
https://github.com/grandmoff100/termflow
Last synced: 7 months ago
JSON representation
Clean pythonic flowcharts in the terminal
- Host: GitHub
- URL: https://github.com/grandmoff100/termflow
- Owner: GrandMoff100
- Created: 2021-03-04T18:20:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T23:55:51.000Z (over 3 years ago)
- Last Synced: 2025-01-23T12:15:25.392Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ``termflow``
## Terminal FlowchartsThis project does not work and has been abandoned. However I will except PRs for new development from other people.
# Examples
```
0 ─ 1 ─ 2 ─ 3 5 ─ 6 ─ 7
\ /
4
/ \
0a ─ 1a ─ 2a ─ 3a 5a ─ 6a ─ 7a
``````
c ── f
/ \
a g
\ /
b ── e
``````
store hash
^
|
fail <- sig check <- encrypt(password) + encryption algo
^ ^
| |
Server -> new secret key -> encryption algo -> client
```