SteponasK / Arduino-To-Excel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-To-Excel

Arduino Commands to Excel file!

Prerequisites

  • Virtual environment is recommended
    • You can install it with this command:
 python<version> -m venv <virtual-environment-name>
pip install -r requirements.txt

Getting started

  • Clone this project:
    git clone https://github.com/SteponasK/Arduino-To-Excel.git
  • Change directory:
cd Arduino-To-Excel

Usage

  • Run main.py file
  • Select your arduino device port from the dropdown menu (On Windows it will usually be the first one -> COM3)
  • Press start button
  • Launch your arduino program & wait for input
  • After all press stop & close the application
  • You will 2 files: .csv & .xlsx version

IMPORTANT! IF YOU LAUNCH ARDUINO PROGRAM EARLIER, YOU CAN LOSE DATA IF THIS APPLICATION ISN'T ALREADY LISTENING (START BUTTON PRESSED)

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%