Urgent.News

What's breaking now, across thousands of outlets.

Tech

I created a free app that reads the weight from any scale via a photo so you don't have to type it in every day

Anyone who tracks their weight knows the biggest hassle is having to open an app and manually enter the number. We usually end up forgetting or just get unmotivated. To solve this, I developed ScanMyScale ( https://www.scanmyscale.com ). The concept is straightforward: hop on any scale (analog or digital) and take a photo of the display from within the app. The app recognizes the weight and…

Manually entering your daily weight into a tracking app can be a tedious and demotivating task. Enter ScanMyScale, a free app that eliminates the need for this tedious step. Developed by an innovative individual, this app allows you to take a photo of your weight displayed on any scale, be it analog or digital, and it will automatically recognize the weight for you.

The app then logs this weight into your personal history, providing a hassle-free way to monitor your progress. The simplicity of ScanMyScale lies in the fact that it focuses solely on weight, making it a straightforward tool for anyone looking to keep track of their progress. The app is a Progressive Web App (PWA), meaning it can be accessed directly through your mobile browser without the need for downloading from the Play Store or App Store.

While manual entry remains optional, the app strongly encourages the use of photos for a more convenient experience. As the app is still in its early stages, the creator is eager to gather feedback on its usability, the accuracy of the weight readings, and any other suggestions for improvement.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Building a Countdown Timer Without External Dependencies: A Vanilla JS Journey

There's something oddly satisfying about building a tool that thousands of people might use daily, especially when you decide to do it with zero dependencies.

  • Developer built countdown timer using vanilla JavaScript, HTML, CSS
  • Avoided external dependencies like React, Vue, moment.js for simplicity
  • Addressed timezone issues by converting timestamps to UTC format

More from Tuesday 25 August →