Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 820 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 820 Bytes

Golang Fyne - Desktop App

GitHub stars

File Uploader is a simple desktop application written in Go using the Fyne toolkit. It allows users to upload Excel or CSV files, convert them to JSON format, and make API requests with the converted data.

Features

  • Upload Excel (.xls, .xlsx) or CSV (.csv) files
  • Convert uploaded files to JSON format
  • Make API requests with the converted JSON data
  • Responsive and user-friendly interface

Installation

  1. Make sure you have Go installed on your system. If not, you can download and install it from golang.org.

  2. Clone this repository:

    git clone https://github.com/Shashank771df/Golang-fyne.git