Search Results for "python basic project" - Page 68

Showing 3675 open source projects for "python basic project"

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

    reco4j-neo4j

    Reco4j is a graph-based recommendation engine, this is the neo4j impl

    Reco4j is an open source project aims at developing a recommendation framework based on graph data sources. We choose graph databases for several reasons. They are NoSQL databases, so "schemaless". This means that it is possible to extend the basic data structure with intermediate information, i.e. similarity value between item and so on. Moreover, since every information is expressed with properties, nodes and relations, the recommendation process can be customized to work on every graph...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    reco4j-core

    Reco4j is a graph-based recommendation engine

    Reco4j is an open source project aims at developing a recommendation framework based on graph data sources. We choose graph databases for several reasons. They are NoSQL databases, so "schemaless". This means that it is possible to extend the basic data structure with intermediate information, i.e. similarity value between item and so on. Moreover, since every information is expressed with properties, nodes and relations, the recommendation process can be customized to work on every graph...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Generateur de Playlist

    Generateur de playlist développé en python

    [FR] Projet du Lycée André Malraux,72700 Allonnes. Projet de développement d'un générateur de playlist musicale au format M3U. Ce générateur de playlist sera programmé en python et devra être appellé en ligne de commande. ------------------- [ENG] A development project of a musical playlist generator in M3U format. This playlist generator will be programmed with python language and will be call with a command line.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    lilyglyphs

    lilyglyphs

    Package to allow the use of notational elements in LaTeX documents

    'lilyglyphs' allows authors of LaTeX documents to include notational elements of the excellent notation software LilyPond (http://www.lilypond.org) in their continuous text. Different from other approaches it is possible to use virtually anything that can be created with LilyPond. To use lilyglyphs it is not necessary to have LilyPond installed. But you will need it if you want to extend the predefined commands with your own. A working Python installation isn't necessary either, but allows...
    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.
  • 5
    This is an implementation of the Model-View-Controller (MVC) and the Observer patterns for the PyGTK2 graphic toolkit. See the project Homepage for further information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TimerAlarm

    A tiny timer with sound and visual alarm.

    Written as a pet project using python & wxphython.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Export Selected Layers (GIMP plug-in)

    A GIMP plug-in to export selected image layers.

    This plug-in helps in exporting multiple layer selections of a GIMP image into multiple images. The plug-in was created to create many icons from a single GIMP project that contains many layers. You must provide a configuration file to define the layer combinations and image file names. The files provided contain a configuration example. If you are familiar with Python "tuple" literals you will immediately understand how it works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Touch Dynamics-Based Authentication

    Touch Dynamics-based User Authentication on Android

    In this project, we employ behavioral biometric methods and mainly focus on a novel user behavioral biometric, namely touch dynamics, which refers to collecting detailed information about individual touches, such as touch duration and touch direction. The goal is to use touch dynamics on touchscreen mobile phones to enhance user authentication. In this project, we employ behavioral biometric methods and mainly focus on a novel user behavioral biometric, namely touch dynamics, which refers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Easyttpd

    A lightweight webserver with builtin support for Tcl CGI scripts

    The goal of the project is to create a portable webserver package that can be used out of the box for designing and developing web applications with zero configuration. The Easyttpd server is based on Lighttpd and will have support for cgi scripts written in Perl, Python and Tcl. Apart from the above mentioned language, it will have support for php. It will include MariaDB as a database backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10

    Pascal Chess

    A chess game written is turbo pascal

    The purpose of this project was to test my programming skill, and because a friend dared me (don't get any ideas). Those who program in pascal will know that it is not designed for creating games. Please note that this project was started a year after I first learned to program (pascal is my first language), and so the old code may be very basic. (Feel free to look at it, it's the CHESS.PAS file) The notes and do do list (see files) contains my plans with the project and its version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Portable Linux

    Portable Linux

    Portable Ubuntu Linux for Scientific Computing

    Released August 22, 2013 Lubuntu Blends: Biochemistry 13.04 (Raring) v5.44 Linux Kernel Image 3.8.0-29 Lubuntu Blends are pre-installed Wubi disk image remixes of Ubuntu and Debian Science meta packages, A custom boot loader allows installations to be copied and automatically booted from most external or USB flash drives. Once up and running, use earlier Lubuntu Remix README instructions here until documentation is updated....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    bcPad

    bcPad is an open source, text editing program, similar to notepad.

    bcPad is a small, open-source program that is very similar to the well-known notepad. It is a very simple text editor, supporting many different types of files. This program was made as a sample project, with the source/code included, to teach people how to make a text-editing program. Features: - "Open" a file - "Save" a file - "Save as" a file - "New" file - Very simple, user friendly interface - Supports many different file types - Source code included (visual basic)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CogPy

    Cognitive Python

    Cognitive Python is a cross-platform library for designing and conducting psychological experiments in Python. A few of its main features are: - A full-featured 2D display library for rapid development - Full control of computer I/O (display, mouse, keyboard, gamepad, joystick, audio) - Advanced library of data collection techniques - Data export to NumPy/SciPy, R, MATLAB, and Microsoft Excel - Compatibility with PyACT-R for cognitive modeling If you are interested...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Just a basic .NET image converter, take a look at the code and feel free to use it as the base for your next image conversion project or whatever you need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CTLM

    CTLM

    Cyber Training Lab Manager

    This project will provide a set of capture and display modules designed to provide an overview of a cyber training lab environment. The project will be written in Python and designed to run on a Linux host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    BrainFuckSem

    Brainfuck, brainloller and braincopter interpreter

    Semester project for BI-PYT subject (Programming in Python).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a tutorial about how to create a video player. This tutorial pretends to be a brief introduction to the Graphics User Interfaces (GUI) programming, using the Python programming lenguage and Qt framework, both multiplataform. In this tutorial we'll use PyQt to show you the base of Qt programming under Pyhon. To make this tutorial even more funny, because you can learn the theorical side of Qt programming just reading the documentation, I will focus it only in the practical side...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Agilo™

    Agilo™

    Agilo™ - The Agile Enforcement Office Suite

    ... to be always intact with your team and project stakeholders. This is an All in one tool for complete automated office(IT) management. It comes with the following basic modules like Project Management(PM), Resource Management(RM), Office Management(OM), Mail Management(MM), Contacts Management(CM), Event Management(EM), Support Management(SM) etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PBS Cluster Viz
    PBS Cluster Viz is a project to display information useful to admins and users about a computing cluster managed by a PBS-compatible resource manager. Information includes load and job distribution. Interactive as well as static output is available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    libqtcp

    Library that provides communication over a network

    The project is based on Qt framework. It wraps the capabilities related to networking in simple to use, service based server and client configurations. The library starts with the tcp protocol as it is implemented in the QtNetwork module[1] and creates two top level managing structures: a client and a server. Both support multiple connections that may or may not be encrypted. On top of this basic framework we implement the service support. Any server may host any number of services...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Yascade

    Yascade prepares documents to be formatted

    Yascade uses Excel to build document projects. Add your info into Excel without formatting and press a hotkey and Yascade builds your project into a formatted document or series of numbered documents. Overview (20min): http://www.youtube.com/watch?v=IDq53MknLRg Tutorial #1 (45min): http://www.youtube.com/watch?v=mqqqs0F9F3Q Tutorial #2 (2hrs): http://www.youtube.com/watch?v=w7HXVo9IL40 Visit us on Reddit: http://www.reddit.com/r/Yascade Hotkey to open or create a new document on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    LifeQuest

    A GTD-inspired ToDo list manager that tells you what to do next!

    Fundamentally, LifeQuest keeps track of what you need to do, and tells you what you need to do next. You simply enter the things you want to do, along with priority and date information, and LifeQuest does the rest. Unlike other ToDo list programs, LifeQuest aims to minimise the amount of effort you spend entering information. LifeQuest is also inspired by GTD contexts and projects to help you find things to do wherever you are or whichever project you want to focus on. LifeQuest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CAPLET

    CAPLET

    GDS visualization and parallelized capacitance extraction

    Project CAPLET is a capacitance extraction toolkit that extract capacitance at field-solver accuracy. CAPLET can directly handle GDS2 layout files into capacitance matrices in both GUI and command line interfaces. The internal extraction algorithm is specialized for VLSI interconnect structures but not exclusively, as long as the structure is of Manhattan geometry and embedded in a uniform dielectric material.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is an effort to streamline keeping track of fuel consumption for automobiles. It is a GTK application written in Python using PyGTK. It currently uses simple CSV files for storage and supports plotting through GNUPLOT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TacoNET

    TacoNET

    Cross platform darknet written in python

    TacoNET is an open-source, Friend 2 Friend, cross platform, encrypted Darknet written in python. Currently in Alpha, it's functional, but nowhere near what it will be. There will be gui weirdness, useless error messages, spelling/grammer mistakes, and of course some features may not work 100% in all cases. This will, of course, improve over time. Project dev has stopped here, all further dev @ https://github.com/withorwithoutgod/taconet
    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.