Search Results for "python txt searcher" - Page 5

Showing 121 open source projects for "python txt searcher"

View related business solutions
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    the python sudoku solver was done as a first year engineering project, it is programmed in python and it allows the user to enter in an unsolved sudoku .txt file which it then solves and presents the solved sudoku to the user in a user friendly gui.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Reporting engine library written in C. Create one XML file and generate PDF, HTML, TXT, and CSV reports based on queries. Has support for MySQL, PostgreSQL, ODBC. Bindings for PHP, Java, Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A unofficial script to import Boujou camera tracking into Blender
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    MagicLibrary
    MagicLibrary is a card searcher and another deck manager for Collectible Card Game Magic: The Gathering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    ImASCII
    ImASCII est un logiciel écrit en python sous licence GNU GPL pour générer de l'art ASCII à partir d'une image quelconque.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Python Chinese Desktop Searcher A desktop search engine written in Python. It can index and search filenames, documents, chat logs, mail data and other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XMR renames Emails that have been exported to Text-files (.txt) from Thunderbird using ImportExportTools (MboxImport enhanced). It renames them e.g. to 'YYYY-MM-DD_Email from SENDER.txt' instead of just 'Subject.txt'. * rename * export * Needs Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GTK frontend for the rbmake (html to rb file converter). Easily create Rocket eBooks from HTML or TXT file for the REB 1100 or REB 1200 ebook readers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Punchcard is a python script for rapid generation of XHTML/CSS layouts from simple txt files. You can draw boxes with ascii characters and translating it in the structure of a web page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10
    pyVMG2TXT extracts the sms-dataset from the Nokia-fileformat for sms [.vmg] and saves the message in a textfile [.txt]. This script is part of the SourceForge.net project "VMGconvertTXT" (sourceforge.net/projects/vmgconverttxt). Requires Python 2.5!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pyTXT2VMG extracts all sms-datasets from a textfile [.txt] and saves every message in the Nokia-fileformat for sms [.vmg]. This script is part of the SourceForge.net project "VMGconvertTXT" (sourceforge.net/projects/vmgconverttxt). Requires Python 2.5!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    VMGconvertTXT is a tool-serie consisting of pyVMG2TXT and pyTXT2VMG. pyVMG2TXT extracts the sms-data from the Nokia-fileformat for sms [.vmg] and saves the message in a textfile [.txt]. pyTXT2VMG rebuilds the messages as Nokia-files. Requires Python 2.5!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SDB is an utility for traders to manage a collection of live shows. It currently features various export formats (txt, html, php, xml) and a gui to browse, add, edit your shows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    xtopdf: Tools to convert other formats (x) to PDF; x as in math. - solve for x :-) Currently x == {.txt, .DBF}. Others to follow. Benefits: all those of PDF (better cross-platform viewing/printing, read-only, etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An applet for GNOME to search in the Web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    XML2TXT

    Template-driven XML to TXT converter for Windows.

    XML_2_TXT Extractor is a lightweight Windows tool that converts XML files into structured TXT/CSV outputs using simple templates — no coding required. Perfect for processing XML exports from ERP systems, suppliers, or data feeds where you need to quickly extract values into a readable format. 👉 Full version, examples and updates: https://martan1484.github.io/XML2TXT/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Python3 Terrain Generator

    A Python 3 Terrain Generator

    This project is a Python 3 Terrain Generator. Current method uses the Diamond Square Algorithm. Current output types are txt and png
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    OCR Reader

    The tool supports template-based parsing, allowing structured output i

    OCR Reader is a lightweight Windows utility designed to extract text from PDF files and images using OCR (Tesseract engine). The tool supports template-based parsing, allowing structured output into CSV or TXT without manual coding. Core components Tesseract OCR engine Poppler (PDF rendering) Template-based extraction system Homepage: https://martan1484.github.io/OCR_Reader
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Some NLP experiments starting with a tokenization attempt in Python. The code tokenite.py reads a text file "blog1.txt" and tries to tokenize it. The code doesnot work as is, but is almost on the verge of working. Any suggestions will be greatly appreciated. I define a class called text and define methods inside it. The method count defines a generator which I use in the method named t_tok. But if you look closely at 66 to 72 you will see that I am modifying the outer limit of the for loop while in the loop. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ...Rename Files Encoded Title Traceback (Email Alerts) PHP Evaluate Better Command Execution (even supports older version of PHP) Mass Code Injector (Appender and Overwinter) Lock Mode Customization Mail Bomber (With Less Spam detection feature) PHP Decoder Anti-Crawler Feature MD5 Hash Cracker Python Bind-Shell user = phpshells pass = phpshells Download Link http://phpshells.xyz/download/Ani-Shell-v1.5.txt http://phpshells.xyz/download/Ani-Shell-v1.5.rar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    abelujo

    abelujo

    Free software for bookshops.

    Abelujo helps bookshops or publishers manage their stock of books. It provides a quality bibliographic search, works with a barcode scanner, allows to dispatch books in many places, records sells, understands deposits, can export lists to txt, pdf or csv (Excel or LibreOffice), has statistics, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB