Skip to content

king-wassim/desktop-app-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop App (Windows)

A Flutter desktop application for Windows that integrates Python executables to perform code analysis.

Overview

This project combines:

  • Flutter (Dart) for the Windows desktop UI
  • Python (packaged as .exe) for running analysis tasks without requiring users to install Python

The Flutter app launches the bundled Python executables, exchanges data via JSON (stdout/stderr), and displays results in the UI.

Download / Run

If you have a built release:

  1. Download the Windows build (installer or portable)
  2. Run the generated .exe

Note: Python tools are expected to be shipped inside the app distribution (see python_executables/).

Development

Prerequisites

  • Flutter SDK installed
  • Windows development environment for Flutter desktop

Run locally

flutter pub get
flutter run -d windows

Python integration

  • Python sources live in code_python/
  • Built executables should be placed in python_executables/

Documentation:

  • QUICK_START.md
  • PYTHON_INTEGRATION_GUIDE.md
  • README_PYTHON_INTEGRATION.md

Project structure (high level)

  • lib/ — Flutter app source code
  • code_python/ — Python scripts (compiled to .exe)
  • python_executables/ — compiled executables shipped with the app
  • windows/ — Windows runner and build files

License

License information will be added later. Until then, all rights reserved.

About

Flutter Desktop App with Python integration for code analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors