# Translate-Flow-Code **Repository Path**: TerenceLau/Translate-Flow-Code ## Basic Information - **Project Name**: Translate-Flow-Code - **Description**: A Translate from Flowchart to Code. With This project you will can create code using Flowcart and so translate to C, Javascript, Java and more. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-03 - **Last Updated**: 2022-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Translate Flow Code # ![](https://github.com/LuisAraujo/Translate-Flow-Code/blob/master/src/images/logo.png?raw=true) TCF is a tool to create flowchart, run it and convert it to programming language as Javascript, Java, Python and other. ### For Education This project is a tool education for teach programming for novices. Transition between flow and code is hard. Students do not experienced interation or debug writing flow with pen and pepper. So I am creating this tool for to minimize the gap between flow and code. Features (In Development): - The teacher can create list of problemas for our students; - Students can solve problemas or create a free flowchart; - Students save all flowchart in platforma; - Teacher can view all flowchart of your studantes; - Teacher can send a message for creator of flow; - Teacher can create a Unit Tests for problems; - Studantes get imediaty feedback with Unit Tests; - Students can view your flowchart in some programming languages; - Students can run your flowchart; - Students can save your flowchart as image; ### How Work First this tool have a engine for create flowchart, using canvas for visualization. This flowchart is converted to text format and after converted for javascript. This gerated javascript is used for run the code in browser. This tool use the text format of flow-chart for gerating codes in other languages. ![](https://github.com/LuisAraujo/Translate-Flow-Code/blob/master/screenshot_01.jpg?raw=true)