Skip to content
View gowthvm's full-sized avatar

Organizations

@Codify-PSBB

Block or report gowthvm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gowthvm/README.md

Gowtham G.K.

Software Developer · Electronics · Systems · Open Source

I build software and hardware around problems I find interesting.

My work sits at the intersection of software development, systems, electronics, and embedded engineering. I enjoy understanding how things work underneath the abstraction, then turning that understanding into tools and systems that are actually useful.

Currently focused on Python, Windows software development, Linux, electronics, and embedded systems, while exploring robotics and AI/ML.


Featured Project

Flint logo

Flint

A Windows-native bootable USB and disk-image writer built with Python.

Most imaging tools stop when the write operation finishes. Flint takes a different approach: it can read the target drive back and verify the written data against the source using SHA-256, providing a way to check that the image actually made it onto the device correctly.

What it does

  • Writes ISO and raw disk images
  • Performs full-drive SHA-256 verification
  • Detects byte-level mismatches
  • Creates drive backups
  • Clones drives
  • Scans drives for bad blocks
  • Wipes drives
  • Supports Linux persistence
  • Supports Windows To Go
  • Provides both a graphical interface and CLI
  • Supports headless and scriptable workflows
  • Ships as a portable Windows executable
  • Maintains flash history and reports

Built with: Python · PyQt6 · Windows APIs · WMI · psutil

Repository · Website


What I Build

I am most interested in projects where software has to interact with the real world rather than existing entirely inside an abstraction.

Software

Windows applications, developer tools, automation, command-line utilities, and systems-oriented software.

Systems

Linux, operating-system concepts, low-level interfaces, storage, and software that interacts closely with the underlying platform.

Hardware

Electronics, microcontrollers, embedded systems, robotics, and hardware/software integration.

Engineering

Taking a practical problem, understanding the constraints, and building a solution from the ground up.


Technical Stack

Area Technologies
Languages Python, C++, C#
Desktop PyQt6, Qt, .NET
Platforms Windows, Linux
Hardware Arduino, Raspberry Pi, Embedded Systems
Development Git, GitHub, VS Code
Interests Systems Programming, Robotics, AI/ML, Electronics

Python is currently my strongest language, with most of my recent software work centered around it.


Currently Exploring

  • Better software architecture and engineering practices in Python
  • Windows desktop application development
  • Linux and systems-level concepts
  • Electronics and embedded systems
  • Robotics
  • Artificial intelligence and machine learning
  • The boundary between hardware and software

Highlights

  • Founded and helped run a school Coding Club focused on introducing students to Python
  • Top 25 National Finalist at Stockholm Junior Water Prize India 3.0
  • First Prize at SCI-VIT 2026 Model Making
  • Python certified
  • Building software and hardware projects independently

Engineering

I care more about building and understanding than simply collecting technologies.

When I start a project, I want to understand the problem, the constraints, and what is happening underneath the surface. That usually leads me toward projects involving systems, hardware, or software that interacts closely with the platform it runs on.

Long term, I want to work at the intersection of electronics and software, building useful systems that combine both.


GitHub

Most of my public work is centered around building and experimenting with software, systems, and hardware.

Explore my repositories at github.com/gowthvm.


Outside Technology

I'm an avid gymgoer and strength-training enthusiast.

The principle I like most applies equally well to engineering:

Consistency compounds.


Connect

GitHub   ·   LinkedIn

Build things worth using.

Pinned Loading

  1. Flint Flint Public

    Windows-native bootable USB & disk image writer. Flash ISO/DD images to USB drives, verify byte-for-byte with SHA-256, wipe (NIST/DoD), back up and clone drives. Portable single exe, open source, MIT.

    Python 1