Python Search Software

View 135 business solutions

Browse free open source Python Search Software and projects below. Use the toggles on the left to filter open source Python Search Software by OS, license, language, programming language, and project status.

  • The Cloud Sales Acceleration Platform Icon
    The Cloud Sales Acceleration Platform

    For businesses wanting a platform to list, manage, and co-sell on cloud marketplaces with minimal engineering effort

    Streamline and automate your cloud sales cycle, enhance operational efficiency, and capitalize on marketplace opportunities with the Clazar Cloud Sales Acceleration Platform.
    Learn More
  • Award Winning Time and Labor Software Icon
    Award Winning Time and Labor Software

    Synerion offers time and labor, advanced scheduling, absence management, labor allocation, timesheets, coreHR and more.

    Stop wasting time and resources on manual and error-prone paper-based workforce management with Synerion. Synerion offers a comprehensive range of workforce management solutions that goes beyond time and tracking. The platform also offers enhanced scheduling features, labor costing, absence management, and payroll integration.
    Learn More
  • 1
    DocFetcher

    DocFetcher

    Desktop search application

    DocFetcher is an Open Source desktop search application: It allows you to search the contents of files on your computer. — You can think of it as Google for your local files. The application runs on Windows, Linux and Mac OS X.
    Leader badge
    Downloads: 2,910 This Week
    Last Update:
    See Project
  • 2
    truffleHog

    truffleHog

    Searches through git repositories for high entropy strings and secrets

    truffleHog searches through git repositories for high entropy strings and secrets, digging deep into commit history. TruffleHog runs behind the scenes to scan your environment for secrets like private keys and credentials, so you can protect your data before a breach occurs. Secrets can be found anywhere, so TruffleHog scans more than just code repositories, including SaaS and internally hosted software. With support for custom integrations and new integrations added all the time, you can secure your secrets across your entire environment. TruffleHog is developed by a team entirely comprised of career security experts. Security is our passion and primary concern, and all features are developed with best practices in mind. TruffleHog enables you to track and manage secrets within our intuitive management interface, including links to exactly where secrets have been found. TruffleHog runs quietly in the background, continuously scanning your environment for secrets.
    Downloads: 51 This Week
    Last Update:
    See Project
  • 3
    dirsearch

    dirsearch

    Web path scanner

    An advanced command-line tool designed to brute force directories and files in webservers, AKA web path scanner. Wordlist is a text file, each line is a path. About extensions, unlike other tools, dirsearch only replaces the %EXT% keyword with extensions from -e flag. For wordlists without %EXT% (like SecLists), -f | --force-extensions switch is required to append extensions to every word in wordlist, as well as the /. To use multiple wordlists, you can separate your wordlists with commas. Example: wordlist1.txt,wordlist2.txt. Default values for dirsearch flags can be edited in the configuration file: default.conf. The thread number (-t | --threads) reflects the number of separated brute force processes. And so the bigger the thread number is, the faster dirsearch runs. By default, the number of threads is 30, but you can increase it if you want to speed up the progress.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4

    Advanced Mass File renamer

    This is a mass file renamer utilizing regular expression power.

    This is a python based UI application that can rename a part of a set of files inside a directory based on the provided regular expression. This gives a lot more flexibility compared to other renaming files since it used grouping principle. This had two level of applying the rename, first stage shows who it will be when you rename it, if you are fine with the change you can make it permanent by clicking commit. This avoid the risk of file getting corrupted. To rename all .py file to .pyc is as follows: Search for Regex: (.py)$ Rename using this regex: .pyw
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Industry Leading Platform for eCommerce Enablement and Analytics Icon
    The Industry Leading Platform for eCommerce Enablement and Analytics

    With MikMak Insights, brands gain real-time eCommerce analytics on the channels, campaigns, creative, and audiences that drive conversions.

    MikMak’s Where to Buy Shoppable Solutions help multichannel brands drive sales, grow market share, and increase profitability while reducing costs across categories such as CPG, Grocery, Alcohol, Beauty, Personal Care, Pet Care, Home Care, Consumer Electronics, Home Appliances, Toys, and more.
    Learn More
  • 5
    Blaze is an application launcher that distinguishes from amongst the others by being able to automate recurrent tasks performed in the file-system or even any application on Microsoft Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Utility to create and maintain a CD catalog and mount it as a filesystem using FUSE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CD Maze is an easy to use CD-ROM/DVD-ROM catalog system for the GNOME/Unix/Linux-Desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Search tool based on Tracker. Circare aims for a different way searching your Desktop, mixing together graph based data visualizations, RDF querys, metadata and descriptors gives you a complete interface to the (meta)Tracker indexer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DeepSearch5Plus

    DeepSearch5Plus

    Search recursively all files, text inside files, and bookmarks

    Files, text, and bookmarks html/json search tool. It is able to merge duplicated bookmark links from multiple html/json files and export to html. The user interface is designed to be used by kyeboard in any aspect of its features scrolling list, select input field, menu bar, check and drop-down menu and so on. It's able to printout search list to pdf or system printer or save as text file. It allows to rename single file or change upper/lower case, join spaces in bulk mode with multiple level of undo and redo capability. You are also able to copy selected files to another location as single element or with its orginal parent folder usuful for audio and video files. You can launch the program associate with the file or open it in its container folder. For audio/video/text files you can configure for each of them a program to use and configure options to pass to the program. For example you could use, for example, Notepad++ and pass in its option "-n<number>" to open at certain row.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ShareCRM is an AI-powered enterprise CRM platform designed to connect data and teams across the entire customer lifecycle. Icon
    ShareCRM is an AI-powered enterprise CRM platform designed to connect data and teams across the entire customer lifecycle.

    Trusted by 6000+ Large and Medium Enterprises

    ShareCRM is an AI-powered, customizable and affordable enterprise CRM solution to seamlessly integrate and empower every aspect of your business.
    Learn More
  • 10
    DiskAt is disk/media catalogue app supporting multiple categories per item, good search and features which allow to use it as Movie/DVD/etc database. Written with PHP/Python/SQLite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Diversity Engine provides tools to create diversity-aware multimedia search applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Document summarization system. By adding document content to system, user queries will generate a summary document containing the available information to the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ENAS in PyTorch

    ENAS in PyTorch

    PyTorch implementation of "Efficient Neural Architecture Search

    ENAS in PyTorch is a PyTorch implementation of Efficient Neural Architecture Search (ENAS), a method that automates the design of neural network architectures through reinforcement learning and parameter sharing. The repository demonstrates how a controller network can explore a large search space and discover high-performing architectures while dramatically reducing the computational cost traditionally associated with neural architecture search. It is primarily intended as a research and educational codebase, helping practitioners understand how ENAS works in practice and how to reproduce results on benchmark datasets. The project includes training scripts, model definitions, and search procedures that show the full workflow from architecture sampling to evaluation. Because ENAS relies on shared weights among candidate models, the implementation emphasizes efficiency and experiment reproducibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Eventseer is a search engine for computer science conference and workshop events. It digests call-for-paper emails and extracts and indexes relevant information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    FindEmAll

    A fast and resource-efficient graphical file search tool

    A Python/Tk gui for find and grep. FindEmAll is, compared with other similar file search tools, fast and resource-efficient and independent from any desktop environment (no Gnome or KDE libraries required).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Hard Search is a program for windows written entirely in Python that searches any valid hard drives. It is capable of indexing hard drives for instant search results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Jake is a console based app written in python and qt4. Plugins will let you do almost anything, for example, search in google, translate, view images, talk with it (aka AI bot). Also, skining system will let you choose how should jake look.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Meresco is both an OAI Data Provider and a Service Provider. SourceForge is only used to host the source control (subversion). Sources: http://sources.meresco.org/ Binaries: http://repository.cq2.org/ Mail: http://groups.google.com/group/meresco
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Nucular Archiving System for creating full text indices for fielded data. Python API, web, and command line interfaces. Fast. Very light weight. Concurrent read/writes with no possible locking issues. No server process. Proximity. Facets. Funny name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pwim utilizes python to find through a given set of directories the string, or strings, that you meant to play. For example, 'pwim pick ice' will yeild you 'maison ikoku - The Pillows - ice pick.wmv' to be played with whatever media player of your choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Network grep, on steroids
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PyQFindReplace is a python based find and replace utility. It allows you to select files and folders. You can replace text in several thousands of files in one click. It has a pretty neat UI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Read an InstallShield ISM file using Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A program designed to walk the Windows registry and match keys, values, and data with regular expressions. Matched items can be deleted or the branch they are on can be pruned to a particular depth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Search Online (ver.Chrome Sel) [I.S.A]

    Search Online (ver.Chrome Sel) [I.S.A]

    Search Online (ver.Chrome Selinium) [Improved.Simplified.Alternative]

    Search Online (ver.Chrome Selinium) [Improved.Simplified.Alternative] A desktop application developed using python 3.6.8 and other add-on libaries. Uses chrome driver and python 'Selinium' library to automate web browsing. Compatible only for windows OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB