Search Results for "python application template" - Page 22

Showing 1624 open source projects for "python application template"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    diffdmp

    diffdmp

    semantically compare two text files

    compare two text files (typically two versions of a text) using the diff-match-patch library, with semantic cleanup. produce an ordered list of additions, removals and identical text sections which allows for clear presentation of the differences, as well as recreating each of the texts. launch from command prompt without any arguments for usage instructions. library reference: https://github.com/google/diff-match-patch this utility has a simple GUI wrapper: http://vsspdiff.sf.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Mirrorcast

    Mirrorcast

    Open Source Alternative to Chromecast, Mirror Desktop and Play media r

    The idea is to replicate what Chromecast can do in regards to screen mirroring and streaming media to a remote display. Google chromes screen mirroring feature works well when used with a receiver such as Chromecast but this is a proprietary solution and audio does not work for desktop mirroring on some operating systems. At the moment, there is only a client for Debian/Ubuntu Operating systems and a server/receiver application for Raspberry pi. Mirrorcast aims to be a low latency screen...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    MyNotes

    MyNotes

    Sticky notes/post-it application for linux

    MyNotes is a sticky notes/post-it application. Notes are created using the system tray icon. They can be organized in categories and each category has a color. Images, checkboxes and a few predefined symbols can be inserted in the notes. The style of the text can be changed (alignment, style, color).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    FeedAgregator

    FeedAgregator

    RSS and Atom feed agregator in desktop widgets + notifications

    FeedAgregator periodically looks for RSS/Atom feed updates. If an update is found, a notification is sent. In addition, desktop widgets display either all the entries of one feed or the latest entry of each feed of a given category. FeedAgregator is designed for Linux. It is written in Python 3 and relies mostly upon Tk GUI toolkit. The application is in the system tray, so it might not work with all desktop environments (see Troubleshooting).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 5
    SegoFiles

    SegoFiles

    A file organizer tool ,Organizes files to specific folders ,on a click

    SegoFiles is a quick Solution to organize your files in any folder,It organizes particular file type or every file type(Depends upon the option have been chosen). The Files are automatically moved to a specific file type folders (Created Automatically) . >>Options are available to choose whether to segregate specific file type or everything in the folder. >>Efficient to organize GB's of Data >>Make Yourself Freed from Manual Organizing. >>Only for Windows users -32 Bit or 64...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Autologging

    Easier logging and tracing of Python functions and class methods.

    Autologging eliminates boilerplate logging setup code and tracing code, and provides a means to separate application logging from program flow and data tracing. Autologging provides two decorators and a custom log level: "autologging.logged" decorates a class to create a __log member. By default, the logger is named for the class's containing module and name (e.g. "my.module.ClassName"). "autologging.traced" decorates a class to provide automatic CALL/RETURN tracing for all class...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    pyspread

    pyspread

    Python spreadsheet application

    Pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python. The goal of pyspread is to be the most pythonic spreadsheet. Pyspread expects Python expressions in its grid cells, which makes a spreadsheet specific language obsolete. Each cell returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices. Dependencies + Python (>=2.7, <3.0) + numpy (>=1.1.0...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Twitter Intelligence

    Twitter Intelligence

    Twitter Intelligence OSINT project performs tracking and analysis

    A project written in Python for Twitter tracking and analysis without using Twitter API. This project is a Python 3.x application. The package dependencies are in the file requirements.txt. Run that command to install the dependencies. SQLite is used as the database. Tweet data is stored on the Tweet, User, Location, Hashtag, HashtagTweet tables. The database is created automatically. analysis.py performs analysis processing. User, hashtag, and location analyzes are performed. You must write...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    GCB_package

    Stand-alone version of the Genome Complexity Browser

    This application allows observing genome rearrangements in prokaryotic genomes. It provides rearrangements frequencies profiles and genomes graph representation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10
    iTunesExport

    iTunesExport

    iTunesExport is written as a helper tool to export iTunes Playlists to

    The application exports the songs in the iTunes playlists and encodes and process them in a very flexible, customizable way. For use you have to select the desired playlists and then select a target folder, which can be any USB Mass Storage device or a directory at your hard disk. A click on the "Settings" button open a panel where you can customize the handling of the files. A click on the process button starts the export. You can also export the files into a folder and burn the folder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ECS:Python

    ECS:Python

    Light-weight C++ library for embedding Python into C++

    ECS:Python (Embedded C++ Scripting with Python) is a simple Python wrapper library designed specifically for C++ developers who wish to add Python scripting to their new / existing C++ projects. ECS:Python allows you to expose objects from a C++ application to an embedded Python interpreter for interactive scripting. ECS:Python is light-weight and easy to use. To get started all you need to do from your project is #include "EcsPython.h", and link to the EcsPython library. Included...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    reNamer

    reNamer

    Rename files depending on their .extension

    ... application but I hope it would be as useful to someone as it has been useful to me!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    schoolsplay
    If you are looking for the childsplay application please go to http://www.childsplay.mobi
    Downloads: 63 This Week
    Last Update:
    See Project
  • 14
    wirecast controlboard
    Commercial version of this app can be found at: https://www.controlboard.linkpc.net/ Buget friendly video control surface and PTZ solution integrated with Telestream Wirecast. This application transforms your keyboard into a video control surface for wirecast and your mouse into a PTZ joystick. For use with Wirecast (https://www.telestream.net/wirecast/overview.htm) and USB Pan Tilt Controller with Sony LANC (S-Link) interface (http://www.expelec.co.uk/pantilt/pantiltlanc.htm...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Face Recognition

    World's simplest facial recognition api for Python & the command line

    Face Recognition is the world's simplest face recognition library. It allows you to recognize and manipulate faces from Python or from the command line using dlib's (a C++ toolkit containing machine learning algorithms and tools) state-of-the-art face recognition built with deep learning. Face Recognition is highly accurate and is able to do a number of things. It can find faces in pictures, manipulate facial features in pictures, identify faces in pictures, and do face recognition...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 16
    PDF-Shuffler
    PDF-Shuffler is a small python-gtk application, which helps the user to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. It is a frontend for python-pyPdf.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 17

    dadosSemiotica

    Collecter and manager of semiotica annalisis data

    This program is a web application to collect and organize data of text analysis. It works with sets of texts and the analysis are done on portions of the length of a sentence. One of the preprocessing modules is based on CoGroo (A LibreOffice & OpenOffice.org Portuguese Grammar Checker).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AngelReader

    AngelReader

    An E-book, Audio-book, & Library Loader in One Application

    AngelReader: A minimalist but powerful GUI application that has the capacity to load [1] E-books in plain text format with the least use of both software and hardware resources. It can also load [2] Audio-books with the basic functions of play, stop, pause, and resume with the same minimalist economy that doesn't hog computer resources. When used in integration with the AngelReader Library Selector, it can function as a mini library management system for books in electronic formats. It's...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Manifest Maker

    Manifest Maker

    NO LONGER MAINTAINED

    NO LONGER MAINTAINED, NO LONGER SUPPORTED Manifest Maker is a graphical Python application which takes a file or group of files and creates a plain text manifest list of each item. The manifest includes the file name (including directory structure) as well as a checksum of the file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    CheckMails

    CheckMails

    System tray unread mail checker for Linux

    CheckMails periodically looks for unread mails and displays the total number of unread mails in the system tray icon. Several mailboxes can be configured. The number of unread mails for each mailbox is detailed in a notification that appears when clicking on the icon and after a check. This application supports only IMAP protocol with SSL encryption. The connection information for each mailbox is stored in an encrypted file using a master password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Aglyph

    Aglyph is a Dependency Injection framework for Python.

    ... is returned every time), "borg" components (a new instance is created every time, but all instances of the same class share the same internal state), and "weakref" components (the same instance is returned as long as there is at least one "live" reference to the instance in the running application). Aglyph can be configured using a declarative XML syntax, or programmatically in pure Python using a fluent API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tray Application Manager
    A new improved software here https https://sourceforge.net/projects/tray-software-manager/ Tray Applications Manager (Tray Manager) is a new innovative application built with the goal to save time for all people. Use an icon in notification area to manage all your needs. Using tray manager you can create your custom menu with sub-levels and launch with one click: - Open one Application - Open more applications at the same time - Open a folder - Open a file with default editor - Open...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    blog99

    A blog engine that does html and gopher

    This is the blog engine for HTML and Gopher. Blog entries are written as html files. For HTML, it is an Apache/MySQL/Python application using WSGI. For Gopher, it is Gophernicus/MySQL/Python using CGI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    iTelliHashExcel

    iTelliHashExcel

    Cryptographic Hashing Application for Excel Files

    iTelliHashExcel is a cryptographic “one-way” hashing application designed to securely protect sensitive or private information from disclosure. Proper use of this program allows organizations, businesses, and individuals (i.e., the data owners) to share complete/intact datasets containing sensitive data with others without actually disclosing the sensitive or private information. Additionally, if such datasets are subsequently modified or enhanced through value-added services or products...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    iTelliHashCSV

    iTelliHashCSV

    Cryptographic Hashing Application for CSV Files

    iTelliHashCSV is a cryptographic “one-way” hashing application designed to securely protect sensitive or private information from disclosure. Proper use of this program allows organizations, businesses, and individuals (i.e., the data owners) to share complete/intact datasets containing sensitive data with others without actually disclosing the sensitive or private information. Additionally, if such datasets are subsequently modified or enhanced through value-added services or products provided...
    Downloads: 0 This Week
    Last Update:
    See Project
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.