nowfound

Alternatives

Products that do what I made an UI for AutoHotkey using Python does

This is my free and open-source project that work with taking input from user and made AutoHotkey script from it. With integration of AutoHotkey Interception to make script able to remap only on specific devices. Can be useful for someone who want to use AutoHotkey, but don't know how to code or just lazy to code or simply someone who don't know AutoHotkey but interested in it's feature and want to use this project as a whole. This is not official tool from AutoHotkey but my standalone project.

  1. 1
    Tapti188

    Instantly trigger your automations from buttons in Notion

    2023

  2. 2
    Kite161

    Autocomplete code in Python with AI. Free & cloudless.

    2019

  3. 3AU

    Hey HN! I built an open-source Python library that lets AI agents control mobile apps. Its heavily inspired by browser-use Here's a quick demo https://x.com/itsericktorres/status/1932996729458110482 From our experience testing mobile workflows or automate repetitive app tasks has always been a pain. You either write brittle UI automation scripts or do everything manually. And after testing out browser-use and seeing all the cool things people were building for web without the pains of normal automation I decided I wanted to build something like it but for mobile So I…

    2025 · github.com

  4. 4IB

    Hi HN, I'm excited to share ClickRepeat, a tool I've been building to tackle the tedious, repetitive tasks we all face on our computers. The core idea is simple: you record yourself performing a task once (clicking, typing, navigating apps), and ClickRepeat's AI learns the workflow. Then, you can replay that exact automation anytime, locally or eventually in the cloud. Think of it like creating macros by demonstration, without needing to write scripts or deal with complex RPA setups. For example, you could automate: - Generating weekly reports by pulling data from different apps/sites.…

    2025 · clickrepeat.com

  5. 5AG

    Hey all, I am Paul, an indie-dev, I am working on this web based Drag and drop GUI builder tool for python. It's still in beta and currently supports tkinter and customtk. It can generate clean code python for the UI you build. You can check out the source code here: https://github.com/PaulleDemon/PyUIBuilder Feel free to check it out. Thanks!

    2025 · pyuibuilder.com

  6. 6PA

    Hi, HN, I'm Roshan and I'm part of the team that's launching the Placekey today at https://placekey.io. It is a free and open universal standard identifier we built so that data pertaining to places can be shared across organizations easily. A Placekey is a short identifier that has Address and POI sections detailing What is at a place and a section describing Where on the globe the place is. Eventually, there will be a Placekey for every place in the world, even those without postal addresses. US geospatial data from a large array of partners…

    2020

  7. 7SH

    My first public repo intended to be used by others. While I am curious on how you'd use it, I'd love feedback on the code/setup/pythonic nature of it all. I am on a career break and just experimenting a lot, especially on ways to make AI useful for everyday things. I've coded more in the past 6 weeks than the past 6 years and don't know a lot of python devs. Python was never big language at my previous companies, but something I used a lot for tools and projects going back to college compiler days. Old habits die hard. Are there tools that do this as you screenshot? Probably...…

    2024 · github.com

  8. 8PA

    A little game I made to show off an old project. The functionality of the CPU is derived entirely from simulated logic gates. All the operations and control flow are based on the underlying properties of the logic gates, and changing their operation leads to corresponding changes in function. The original game code is all python and it runs in the browser using wasm/pyodide. Not very mobile friendly

    2024 · loreley.one

  9. 9PA

    Hello everyone! My friend Ori Kabeli and I have been playing around with GPT-4 Vision as a way to control websites and complete complicated tasks online. We created a small proof of concept python package called pywebagent. pywebagent allows performing high level tasks in websites, accessible to developers as simple python functions. It is highly experimental, and only sometimes works, but we think it still might be useful to all you tinkerers out there. Feel free to contribute! Example Use Case: You can order things from amazon with one line of code. pywebagent.act(…

    2023 · github.com

  10. 10IC

    Read an article about analyzing Garmin data with AI. Sounded great — except I didn't want to send my health data to any cloud service. So I asked Claude to write me 2-3 scripts and a dashboard. This escalated a bit. 30 days and 20$ later I have this: A local-first Garmin archive with interactive HTML dashboards, Excel exports, weather and pollen context, AES-256 encrypted token storage, and a self-healing data pipeline with 515 automated tests. Windows desktop app, no terminal needed. Nothing leaves your machine. I never wrote a line of Python. I understood the problems and made the…

    Apr 2026 · github.com

  11. 11IB

    As a software engineer, my reflex has always been to script everything I can. Scripting is easy, but everything around it is tricky: scripts have to run somewhere, they need access to credentials, they need to be monitored. None of it is simple. No-code automation platforms such as Zapier or IFTTT are too restrictive for technical tasks; CI/CD platforms make it easy to script tasks related to a repository, but are limited when trying to do anything else. I wanted the low level control you have when writing scripts while retaining the comfort of a platform managing execution for me. So I…

    2022 · exograd.com

  12. 12HS
  13. 13IB

    I built a Rust binary (~700KB, two dependencies) that snaps onto any Windows application, continuously reads its UI Automation accessibility tree into a SQLite database, and lets external processes control the app via SQL INSERT. The core insight: every GUI application already describes itself as structured text through the accessibility layer (built for screen readers since 1997). Every major AI lab is taking screenshots of this and running vision models on it. DirectShell just reads the text directly. What it does: - Reads every button, field, menu item into a queryable SQLite DB…

    Feb 2026 · github.com

  14. 14GA

    If you really want people to use your stuff, you should make it easy to get started as possible. For interacting with Github Actions, that means setting up OIDC, so you can prove who did what in which repo when - according to Github themselves. That means for a dev on the other end of things, it should be as easy as: ```yaml -uses atopile/do-thing@v1 ``` Hitch is, boy oh boy was this a PITA to get working in the first place. Honestly, I'd probably rather walk on lego for half an hour. Hopefully, this package should make it a piece of cake - and we all have to mint fewer tokens manually

    2025 · github.com

  15. 15IC

    I summarized everything I learned while working on Keycloak during the past years

    2023 · udemy.com

  16. 16PP

    I've made another Python cheat sheet tutorial. Yeah yeah, nothing new, I know. But here's the thing: The main idea was not just to write a wall of text telling about everything, but to make it interactive. So that everything would have its own example code snippet, which you could change, run, and see how it worked. And not somewhere in a web version, but on your own computer, in your own environment. Fortunately, Python has the perfect tool for this - the Jupyter Notebook. That's why all chapters are written as separate notebooks and there is an example for each point (well, almost). I…

    2024 · github.com

  17. 17OP

    Hello HN, Pietro here! I've been really excited to see the recent buzz around MCP and all the cool things people are building with it. Though, the fact that you can use it only through desktop apps really seemed wrong and prevented me for trying most examples, so I wrote a simple client, then I wrapped into some class, and I ended up creating a python package that abstracts some of the async uglyness. You need: * one of those MCPconfig JSONs * 6 lines of code and you can have an agent use the MCP tools from python. The structure is simple: an MCP client creates and manages the connection and…

    2025 · github.com

  18. 18OS

    My friend and I were building UI-based automation tools for small businesses and kept running into a few recurring problems: - Computer-use agents (CUAs) are powerful, but often unreliable and slow when controlling UIs directly. - Workflows vary — some can be handled deterministically by RPAs, while others need a bit more intelligence from CUAs (while they may share a lot of the same 'actions'). We wanted an easier way to record UI-based automation scripts that could: - Be run by humans, like a lightweight RPA, or - Be invoked by CUAs as tool calls — improving their reliability and speed. So…

    Oct 2025 · github.com

  19. 19IC

    Hi HN, I am Anubhav from RamanLabs. We have been developing end to end Computer-vision modules to make it easy for developers, hobbyists to integrate such functionality into their applications with minimal amount of code. All modules are developed to run real-time on consumer-grade CPUs[0]. For now we are releasing only Python-language SDK. Demos are provided to allow users to test performance on desired data-distribution. Framework powering these modules in completely written in Nim language, which under the hood wraps some Operation's implementation provided by libraries like…

    2022 · ramanlabs.in

  20. 20AO

    Autotool is a native desktop app that helps you formalize and automate processes that give you trouble in terms of toil, difficulty remembering steps, or dealing with workflows someone else has created. The idea was inspired by the "Do-nothing scripting"[1] article published a few years ago. It's actually not an implementation of do-nothing scripting specifically, but enables that if that's what you want to do, and it's something I've been thinking about for a while. Right now this is definitely in very early beta, so currently it's only available for MacOS and Linux. Hopefully this version…

    2022 · github.com

  21. 21PO

    Google Docs for Python basically. For the past 4 months, I’ve been working on a full-stack project I’m really proud of called PyTogether; a real-time collaborative Python IDE designed with beginners in mind (think Google Docs, but for Python). It’s meant for pair programming, tutoring, or just learning Python together. It’s completely free. No subscriptions, no ads, nothing. Just create an account, make a group, and start a project. Has proper code-linting, live drawings for note-taking or teaching, voice chat, an extremely intuitive UI, autosaving, and live cursors. There are no limitations…

    Nov 2025 · pytogether.org

  22. 22PA

    Hi HN, I'm the author of FastMCP, the most popular Python framework for building MCP servers. I've been really excited about MCP Apps for a while. I think letting a server ship a fully interactive UI directly into the conversation is one of the most compelling additions to the protocol. I wanted to make this a first-class experience in FastMCP, but I kept getting stuck on what it actually means for a Python framework to integrate with a frontend feature. The JavaScript ecosystem has extraordinary tooling for this. I didn't want to build a worse version of it just to stay in Python. What…

    Apr 2026 · prefab.prefect.io

  23. 23IM

    Hello, HN! After weeks of being frustrated with bloated software and AI writing tools, I decided to make something different—something simpler. That's how I created Fleschkey, my privacy-first, AI-free text editor. Fleschkey is for writers who want their work to be clear. It gives instant feedback with a readability score based on the Flesch-Kincaid formula, made in 1975—a system that's been used in many ways since then. To me, privacy means more than opting in or out. It means no one can see or take your data unless there's a good reason. That’s why everything stays on your device—no cloud,…

    2024 · fleschkey.com

  24. 24

    Script it once, hit a hotkey, let it run every time

    26d ago · macrostudioapp.netlify.app

Ranked by how close each launch is in meaning, then by votes. Refine with a description →