Search Results for "python application template" - Page 53

Showing 1623 open source projects for "python application template"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 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
  • 1
    Simple yet powerful templating engine for Python. Emphasis has been placed on ease of use. Simply put this file into your project directory and do "import template".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GolfTracker is an application written in python and GTK used for tracking golf statistics. It handles calculating your handicap index as well as lots of other general golf statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is a point of sale application for a restaurant. It provides a user interface directly to the customer (at the table), to the manager (at the office), to the kitchen staff (in the galley), and to the wait staff (at the kiosk).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Togra is a high-level approach to 3D application scripting using Python and OpenGL. Rather than providing direct access to OpenGL calls, Togra allows users to script a call graph, then evaluates this call graph in C. This gives easy, fast 3D graphics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    BEstory is a storyboard application which allows the end-user to construct and animate a complete film storyboard. It is a portable and multi-lingual application to cater for all sorts of audience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    "Project EROS" is a collection of software which includes a web application framework for developing intranet and extranet applications (bbsengine), as well as example applications to demonstrate the available functionality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    PySlovar is a application for editing and viewing of dictionaries in SCDF format(Self-Contained Dictionary Format).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    wxRemind is a wxPython-based front-end for Remind, a powerful calendar and alarm application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Graphical or terminal-based stopwatch with many user-named lap timers. Save / restore timing results via CSV file; timer "runs" even when application isn't running! Supports lap timer label templates. Hildonized (i.e., also runs on Maemo / Nokia 770).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    DVD Scheduler is a simple scheduling application for keeping track of DVD recordable media used with a DVD video recorder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    While learning the Zope application server, I wrote an application for my father (Paul) to track his train collection inventory. Since he really wasn't sure how he wanted to organize his inventory, I had to make it really flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ConfigPatch is a "meta-config" utility. It reads configuration files in several formats, applies patches using application-independent commands, then writes the changed files. Use ConfigPatch to re-apply your config changes after reinstalling/upgrading
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    File Lister is an Application designed to List your Files in Any Directory it has advanced features included, such as printing, saving, searching by extension and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    jToolkit is a Python web application framework built on modpython and Apache.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Application for music collection administrating. Allows creating tematical repositories, storing albums on external media and browsing/importing them as necessary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A notetaking application for tabletPC, written in python and GTK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ernie integrates Web 2.0 design principals with next generation communications technologies, using VoIP, presence and Python. Ernie is used wherever a real time communications enabled web page or application is hosted on a server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    phpMyLibrary is a PHP MySQL Library automation application. The program consist of cataloging, circulation, and the webpac module. The programs also has an import export feature. The program strictly follow the USMARC standard for adding materials.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Black Wings is a framework built over SDL to make the game/graphical application development easier, by adding a scene system, an event manager, a template manager and a widget system ready to play with, along with many smaller controls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RADAR is a pluggable network monitoring platform that allows for reporting and searching at the application layer. Out of the box, RADAR lets you capture SMTP, AIM, YahooIM and YMail traffic. Find out more at: http://www.optaros.com/solutions_radar.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    InSitu is a content-editing system for small and simple web sites. There are two different versions, one uses Perl/CGI and has to be installed on the server, the other is a desktop application written in Python/wxPython.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Candy is a job application manager. Users can add objects like job applications, enterprises, contacts and appointments. Those objects can be linked together and users can easily follow evolutions of their job applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PONY - ORM & web publication framework

    PONY - ORM & web publication framework

    Pony is a fast and easy to use Python ORM

    Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application. Following is an example of a query in Pony: select(p for p...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Javelina is an advanced code coverage tool that uses dynamic instrumentation to minimize the overhead for collecting coverage data. Additionally, Javelina allows the application of logical operations to code coverage data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Rx4RDF shields developers from the complexity of RDF by enabling you to use familar XML technologies like XPath, XSLT and XUpdate to query, transform and manipulate RDF. Also included is Rhizome, a wiki-like application for viewing and editing RDF models
    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.