deniz-ozcan / Pynar-Flowchart

Portable Flowchart Maker with PyQt5
0 stars 0 forks source link

App Logo

Pynar Flowchart

:book: Table of Contents

Table of Contents
  1. ➤ About The Project
  2. ➤ Overview
  3. ➤ How to Install
  4. ➤ Project Files Description
  5. ➤ Credits

-----------------------------------------------------

:pencil: About The Project

As using Python, Qt framework, Pdf.js, flowchart.js, we can create our own flowchart maker.

-----------------------------------------------------

:cloud: Overview

As you write code, you might like to see the flowchart of the code. So Pynar flowchart maker is designed for it.
The idea of designing flowchart maker that we can use in our own applications can be implemented quite successfully.

-----------------------------------------------------

⛓️ How to install

There are two ways to deal with it:

  1. Build an executable file with Pylance
    • Open the location where all the documents are located.
    • Click the right button while pressing the Shift key.
    • You can see "Open powershell window here" .
    • pip install -r requirements.txt
    • pyinstaller --onefile -w -i .\Flowchart.png .\main.py
    • Run these lines of code with Shell in this order..
    • You can see that executable file in dist folder in that folder
  2. Run Main(main.py) file with IDE

-----------------------------------------------------

📝: Project Files Description

-----------------------------------------------------

:scroll: Credits

<h3>Important<h3>

The codes in this repo were developed with the support of TÜBİTAK (Scientific and Technological Research Council of Turkey) within the scope of the project numbered 118E882, “Developing a Turkish Python code editor with intelligent agents based interactive help system that can analyse syntax errors of users ”. It cannot be used commercially.

GitHubBadge LinkedInBadge