nowfound

Alternatives

Products that do what GRPC-powered language drivers for Grakn does

https://blog.grakn.ai/grakn-python-driver-how-to-roll-your-o...

  1. 1

    Bring the power of Grok into your terminal

    2025

  2. 2

    AI-powered Docstring generation for Python

    2020

  3. 3

    Awesome, powerful keyboard remapper for OSX.

    2014

  4. 4
    Gretl88

    Visual control panel for localhosts

    May 2026

  5. 5SD

    Hey folks, Check out a project I built over the past few days .. a lego mindstorms robot that autonomously drives around a track using vision/neural networks. It was coded entirely in Python. I did a short write-up and would love to get feedback. link: http://slowping.com/2012/self-driving-lego-mindstorms-robot/

    2012

  6. 6AP

    I've just started AutoPack, which is a repository and python package of tools designed specifically for autonomous AI systems. Right now it's just LangChain but adding Auto-GPT and others isn't very hard.

    2023 · autopack.ai

  7. 7OS

    I’ve been working on Code2Docs, an open-source CLI tool that helps developers automatically generate inline documentation (docstrings + comments) for Python code using AI. It’s built to solve a common problem I’ve faced (and seen often in teams): We code by "vibe" — fast iterations, minimal docs, and then forget what the logic was months later. Code2Docs helps bridge that gap by documenting as you go — without breaking your flow. Right now it supports function-level documentation. Planned features include: - README.md generation for projects - API endpoint docs - Database schema…

    2025 · code2docs-open-source.netlify.app

  8. 8IC

    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

  9. 9AG

    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

  10. 10IV

    The Epilog Zing lasers were 50w desktop industrial lasers from circa 2010. They never had support outside of windows. This was based off of LibLaserCut which is a Java project that reverse engineered these machine's protocols. This is a CUPS driver implemented in Swift and C. Maybe this is a small example of AI doing something positive, like breathing new life into old machines :)

    Dec 2025 · github.com

  11. 11TA

    Hi all, sharing a directory of GPTs I made in a few hours after OpenAI dev day. Hope you find it useful!

    2023 · topgpts.ai

  12. 12VN

    Greetings HN, I have been working on a new programming language for the last 3 years and thought it was time to share it with some people. The core of the language is done and i have been using it to create all software related to the language: the compiler itself, the website and vman (valk manager, like npm). There's still alot of work todo but was hoping for some feedback. Maybe an interesting feature of the language is (so i think) that it's the first language with a stateful garbage collector. It basically knows what memory goes out of scope and which doesn't without having to scan for…

    Feb 2026 · github.com

  13. 13OD

    This is OpenDeck, my own platform for building custom MIDI controllers. I've been working on it for more than 10 years, and now I've made the biggest change so far - rewritten the entire codebase to make use of Zephyr - RTOS with which I've been working professionally for few years now. This now allows me to support many newer boards, complex features and also to modernize the codebase in general. I've been limited on all fronts before. The platform itself allows for simple building and configuring of custom MIDI controllers - main reason for that is because it requires no coding. Load the…

    Apr 2026 · github.com

  14. 14SP

    I was recently playing with Apple's CoreML and had several painful observations on tooling. It's not enough for a long read but should be for an HN post. In short, you can take a simple BERT-like encoder model in PyTorch, convert it into an f32 CoreML checkpoint, and run it on CPU or GPU, but not NPU. Let's unpack this. Having a simple and extensible format to exchange common ANN architectures is a big issue for anyone who uses more than one framework or programming language to run the same model. ONNX is the closest we have to that standard, but it's hard to call anything Protobuf-related…

    2024 · github.com

  15. 15HV

    I built Hyprvoice, a small tool that lets you type with your voice on Wayland — no X11, no kludgy bridges. Press a key, talk, and your words appear wherever your cursor is. It’s written in Go, uses PipeWire for audio, and talks directly to the compositor. The workflow is simple: press key → start recording press again → stop and inject text Notifications show recording/transcribing states, and it works with multiple backends — currently OpenAI Whisper, with whisper.cpp (local/offline) in progress. Everything runs through a lightweight daemon with IPC over a unix socket. Text…

    Oct 2025 · github.com

  16. 16MC

    Hey HN, I’ve spent the last 2 years watching my cousin in Morocco struggle to learn Python. Not because he lacked the brains, but because every tutorial assumed fluency in English. Every new term meant 10 tabs of Google Translate. Turns out, he’s not alone. 75% of the world’s population doesn’t speak English, yet 95% of coding resources are English. So we built FIKR: coding courses taught natively in French, Dutch and German (with more languages coming). Yeah, you can find a random YouTube video explaining Python in French or Arabic. But stitching those into a learning path? It doesn't get…

    2025 · fikr.net

  17. 17IA

    Hi there. I'm working on a programming language -- called Ink - in my spare time, with a friend. It uses LLVM for the backend, the parser and lexer are both hand written in C. The project is just for a bit of fun, we aren't trying to "revolutionize the programming language", but we're okay with being a bit quirky and out of the box with some of the syntax/features in the language. At the moment, the language is in it's early stages, and there's still a lot to do, which means that if you want to learn more about compilers, now would be a good time to start working on the language, since…

    2015

  18. 18PC

    Hi HN! During the last year, I've been building python.cards: a site to learn Python using spaced repetition. My goal is to make the most of spaced repetition by making it extremely simple to use and by providing high quality flash cards. The site has been live for a month, with a few daily users who had joined the waitlist. The feedback has been quite positive, with most of the users using the site every day. Currently, we have a free deck (A Tour of the Stdlib) and a paid one (Pathlib in depth, for $9.99). I have other decks in the works, covering topics such as f-strings, collections,…

    2024 · python.cards

  19. 19OS

    Hi HN, we’re Dylan and Matthew, building sublingual (https://github.com/sublingual-ai/sublingual), an open-source LLM observability tool you can use with zero code changes. As developers focused on iterating and building features as fast as possible, we felt observability would’ve been a helpful tool to have, but we found existing solutions had too much overhead to set up. So we gave ourselves the challenge of building an observability tool that you can integrate without changing a single line of code in your project. How it works Run your python application as usual with…

    2025 · github.com

  20. 20

    A free directory of Grok Bot templates, copy or install

    6d ago · groktemplates.dev

  21. 21IM

    This is a personal project I've been working on and off for the past few years. It's a set of tools that have allowed me to prototype quickly small (and increasingly bigger) kernels, and create userspace programs to interact with them. Supports riscv64, amd64 and i386. The intel port has been tested and used on real hardware, from big dual-socket Xeon machines to an old X220. It is all C, I have plan to make rust bindings for the kernel library. But again, they're plans at this stage. Porting to new architectures is relatively simple, a basic port to riscv took me a couple of weeks of…

    2024 · github.com

  22. 22

    The directory of custom Grok bots

    5d ago · grokindex.dev

  23. 23PA

    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

  24. 24SH

    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

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