Showing 91 open source projects for "auto key presser"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    React Slick

    React Slick

    React carousel component

    This library is the port of jQuery slick library. React slick is a carousel component built with React. It is a react port of slick carousel. The easiest way to try out react-slick is using the Code Sandbox example. After you are done installing through yarn or npm, now you will have to include CSS in your project. But be aware slick-carousel has a peer-dependancy on jQuery which you, or your colleagues may not like to see in your console output, so you can always grab the CSS from there...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    fzf

    fzf

    A command-line fuzzy finder

    fzf is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc. fzf will launch an interactive finder, read the list from STDIN, and write the selected item to STDOUT. Without STDIN pipe, fzf will use find command to fetch the list of files excluding hidden ones. (You can override the default command with FZF_DEFAULT_COMMAND). fzf by default starts...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    Void Editor

    Void Editor

    Open source AI IDE and Cursor alternative

    Void is an open-source, AI-powered code editor built as a fork of Visual Studio Code. Designed as a fully transparent and privacy-focused alternative to Cursor or GitHub Copilot, it lets you use AI models locally or via APIs (OpenAI, Claude, Gemini, Ollama, etc.)—without routing data through proprietary servers. Developed by YC-backed startup Glass Devtools, it supports traditional coding features inherited from VS Code, enhanced with in-editor LLM capabilities—autocomplete, inline quick...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Google Translate PHP

    Google Translate PHP

    Free Google Translate API PHP Package

    A simple and effective PHP library for translating text using Google Translate without needing an API key. It allows developers to integrate real-time translation features into their applications with minimal setup and supports multiple languages, leveraging Google Translate’s unofficial endpoint.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    AnySoftKeyboard

    AnySoftKeyboard

    Android (f/w 2.1+) on screen keyboard for multiple languages

    The only Android keyboard you'll ever need. Free as in speech and Free as in beer. Android (f/w 4.0.3+, API level 15+) on screen keyboard for multiple languages.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Ax

    Ax

    Build LLM powered Agents and "Agentic workflows"

    Build intelligent agents quickly — inspired by the power of "Agentic workflows" and the Stanford DSPy paper. Seamlessly integrates with multiple LLMs and VectorDBs to build RAG pipelines or collaborative agents that can solve complex problems. Advanced features streaming validation, multi-modal DSPy, etc. We've renamed from "llmclient" to "ax" to highlight our focus on powering agentic workflows. We agree with many experts like "Andrew Ng" that agentic workflows are the key to unlocking...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    QMK Toolbox

    QMK Toolbox

    A Toolbox companion for QMK Firmware

    This is a collection of flashing tools packaged into one app. It supports auto-detection and auto-flashing of firmware to keyboards. Make sure your newly-flashed keyboard is working as expected. No-fuss installation of drivers for all supported bootloaders on Windows. Debug your code using QMK's Console feature.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    ioredis

    ioredis

    A performance-focused Redis client for Node.js

    ioredis is a robust, full-featured Redis client that is used in the world's biggest online commerce company Alibaba and many other awesome companies. Full-featured. It supports Cluster, Sentinel, Streams, Pipelining and of course Lua scripting & Pub/Sub (with the support of binary messages). High performance. Delightful API. It works with Node callbacks and Native promises. Transformation of command arguments and replies. Transparent key prefixing. Abstraction for Lua scripting, allowing you...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Tagify

    Tagify

    Lightweight, efficient Tags input component in Vanilla JS

    ...-suggest input as-you-type with the ability to auto-complete. Can paste in multiple values: tag 1, tag 2, tag 3 or even newline-separated tags. Tags can be created by Regex delimiter or by pressing the "Enter" key/focusing of the input. Validate tags by Regex pattern or by function. Tags may be editable (double-click).
    Downloads: 2 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    CoreDNS

    CoreDNS

    CoreDNS is a DNS server that chains plugins

    CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. Each plugin performs a (DNS) function. CoreDNS is a Cloud Native Computing Foundation graduated project. CoreDNS is a fast and flexible DNS server. The key word here is flexible: with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. If some functionality is not provided out of the box you can add it by writing a plugin. CoreDNS can listen for DNS requests coming in over UDP/TCP (go'old DNS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Hyprland dotfiles

    Hyprland dotfiles

    Modern, feature-rich and accessible desktop configuration

    Modern, feature-rich and accessible Hyprland dotfiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JetCache

    JetCache

    JetCache is a Java cache framework

    JetCache is a Java cache abstraction that provides uniform usage for different caching solutions. It provides more powerful annotations than those in Spring Cache. The annotations in JetCache support native TTL, two-level caching, and automatically refresh in distributed environments, also you can manipulate Cache instances by your code. Currently, there are four implementations: RedisCache, TairCache(not open source on github), CaffeineCache (in memory) and a simple LinkedHashMapCache (in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    i18n-tasks

    i18n-tasks

    Manage translation and localization with static analysis, for Ruby i18

    Manage translation and localization with static analysis, for Ruby i18n. i18n-tasks helps you find and manage missing and unused translations. This gem analyses code statically for key usages, such as I18n.t('some.key'), in order to report keys that are missing or unused. Pre-fill missing keys, optionally from Google Translate or DeepL Pro. Remove unused keys. Thus addressing the two main problems of i18n gem design, missing keys only blow up at runtime. i18n-tasks can be used with any project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pow Auth

    Pow Auth

    Robust, modular, and extendable user authentication system

    ... app requires stateless tokens, the authorization layer can be replaced in minutes. Pow has been used in countless production apps and is a "batteries included" library for production. The cache backend store used for session storage can be replaced with any key-value store of your choice. The built-in Mnesia cache module works both for clusters and single-machine persistence, which can auto-connect to the cluster on startup and self-heal after netsplit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    dnd kit

    dnd kit

    Accessible and extensible drag & drop toolkit for React

    Use hooks to turn your components into draggable elements and droppable areas with just a few lines of code. Control every aspect of how your draggable and droppable components should behave. Exposes hooks such as use draggable and undroppable, and won't require you to re-architect your app or create additional wrapper DOM nodes. Customizable collision detection algorithms, multiple activators, draggable overlay, drag handles, auto-scrolling, constraints, and so much more. Lists, Grids...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Auto Flappy

    Auto Flappy

    An automatic flappy bird player.

    What is AutoFlappy AutoFlappy is a program that automatically plays Flappy Bird for you, with a bit of setting up, you can easily beat the World Record to most points achieved in Flappy Bird. Usage Options help Brings up a help menu setup - Setup coordinates the program scans as well as colors of elements on screen start - Start AutoFlapping ⚠️ Run at your own risk; THERE IS NO KILL KEY ⚠️ - Once you've started, you cant stop; either close terminal/command prompt or terminate...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    Nova Key Holder

    Nova Key Holder

    Lightweight tool to hold down multiple keys with a single hotkey.

    Simple, effective tool to hold down multiple other keys with a single hotkey. Set presets to save your macro for your desired hotkey without needing to reinput a new combination. Feedback appreciated.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Best Auto Clicker

    Best Auto Clicker

    Best Auto Clicker is a versatile tool that automates clicking actions.

    Best Auto Clicker is a versatile tool that automates clicking actions on your computer. With features such as customizable hotkeys, dynamic delay times, and support for various mouse clicks and key combinations, it simplifies repetitive tasks. Whether you need to perform rapid clicks, scroll the mouse wheel, or send specific keys or paragraphs, the auto clicker streamlines your workflow by saving time and effort. Its intuitive interface and virtual machine compatibility make it an efficient...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    KeePass

    KeePass

    A lightweight and easy-to-use password manager

    KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager for Windows, Linux and Mac OS X, with ports for Android, iPhone/iPad and other mobile devices. With so many passwords to remember and the need to vary passwords to protect your valuable data, it’s nice to have KeePass to manage your passwords in a secure way. KeePass puts all your passwords in a highly encrypted database and locks them with one master key or a key file. As a result, you only have...
    Leader badge
    Downloads: 219,325 This Week
    Last Update:
    See Project
  • 20
    Plants Vs Brainrots Script (Keyless)

    Plants Vs Brainrots Script (Keyless)

    Keyless Roblox Scripts: Auto Gift, Auto Equip Best, Auto Farm

    ... for success. Auto Farm is a program that automatically grants you all essential game resources, including money, experience, and various items. This is only a small part of the features! We tested the script using Xeno Executor, and it works perfectly. Therefore, for your convenience, the script comes with an injector that is perfectly suited for it. In this case, it is Xeno. In addition, this script does not require a key, so you can use it without any problems. How to install? Open README.txt
    Downloads: 50,232 This Week
    Last Update:
    See Project
  • 21
    99 Nights In The Forest Script [Keyless]

    99 Nights In The Forest Script [Keyless]

    99 Nights Script Keyless: Kill Aura, Auto Combat, Auto Craft, & more.

    This is Keyless Script work Only 99 Nights in The Forest Roblox Game. We tested the script using Xeno Executor, and it works perfectly. Therefore, for your convenience, the script comes with an injector that is perfectly suited for it. In this case, it is Xeno. In addition, this script does not require a key, so you can use it without any problems.
    Downloads: 48,773 This Week
    Last Update:
    See Project
  • 22
    Glob-Auto-Clicker

    Glob-Auto-Clicker

    Glob - Smart autoclicker with dual modes and click customization.

    Glob Autoclicker - Ultimate Click Automation Solution Overview: Glob is a powerful, full-featured autoclicker designed for gamers, developers, and productivity enthusiasts. With its intuitive interface and advanced functionality, Glob automates repetitive clicking tasks efficiently and reliably. Key Features: 🎯 Dual Clicking Modes Dynamic Mode: Clicks at your current cursor position - perfect for moving targets Static Mode: Clicks at predefined screen coordinates - ideal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Steal a Brainrot Script (Keyless)

    Steal a Brainrot Script (Keyless)

    Keyless Roblox Scripts: Auto Steal Brainrot, AutoLock Base, ESP & more

    (This is Keyless Script work Only Steal a Brainrot Roblox Game) There are already many scripts available for this mode, but our script is truly one of the few that offers significantly more extensive capabilities. The perfect implementation of the Auto Steal feature alone is worth it. Thanks to it, you can automatically steal brainrots from players almost instantly. There are many features, most of which I have listed below. We tested the script using Xeno Executor, and it works...
    Downloads: 1,740 This Week
    Last Update:
    See Project
  • 24
    Murder Mystery 2 Script MM2 (Keyless)

    Murder Mystery 2 Script MM2 (Keyless)

    Murder Mystery 2 Roblox Scripts: Auto Farm, Kill All (Keyless) MM2

    This is Keyless Script work Only Murder Mystery 2 Roblox Game. Bombastic script including Tp To Gun, Kill All, Kill Sheriff, Auto Farm and Esp, allowing you to level up quickly and enjoy flawless progression without stress or effort. We tested the script using Xeno Executor, and it works perfectly. Therefore, for your convenience, the script comes with an injector that is perfectly suited for it. In this case, it is Xeno. In addition, this script does not require a key, so you can use...
    Leader badge
    Downloads: 1,140 This Week
    Last Update:
    See Project
  • 25
    Roblox Account Manager
    Roblox Account Manager Application that allows you to add multiple accounts into one application allowing you to easily play on alt accounts without having to change accounts Useful for games that require grinding off other players, or storage accounts that hold in game items or currency, or just to have multiple accounts that you can easily find and use. You are welcome to edit the code and create pull requests if it'll benefit this project. Multiple Roblox Instances is built into...
    Downloads: 285 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.