Showing 2062 open source projects for "python 3"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1

    KnowCaptcha

    More efficient captcha solver,better captcha bypass service.

    Relying on a series of advanced techniques,KnowCaptcha has occupied the leading position in captcha bypass service.Once having KnowCaptcha API integrated,any captcha-relevant problem can be solved in no time. 1.Multi-database design:mass storage record; 2.Large capacity design:response peak situations; 3.Leading Server design:increase dedicated Server according to demand at any time; 4.Distributed architecture:eliminate downtime impact,fault tolerance,easy expansion; 5.Perfect API interface:support EPL/Quick Macro/VB.NET/VB6/Python/C/C++/delphi/JAVA/PHP/Seraph/C#/au3/TC; 6.Intelligent billing system:chargeback precision, protect the interests both of customers and developers; 7.Accuracy more than 96%,response time within 2-9s; 8.Nearly 10,000 captcha human bypass,7*24h stable service,no rush hour.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    GeoInvader

    Python Space Invader Clone

    Starting out as an attempt to clone space invader, but I would eventually like to turn it into an adventure.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Control application for animated Christmas light displays. Includes scene editor, interactive control panel and playback programs. Plug-in drivers for various light controller hardware. See the project page for FAQs and more info: lumos.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This repository is DEPRECATED. See https://github.com/ajul/pyradox for the latest version. A Python parser for the .txt files used by Paradox Interactive games. Requires Python 3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Simpl is an open source library for sinusoidal modelling written in the Python programming language and making use of SciPy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SPQR is a computer strategy game set in the period of the Roman empire, 200 BC to 650 AD. Can you both rule Rome and build an empire to last?
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Pyphant is a framework for scientific data analysis. It features a flexible plugin architecture allowing for the application in many different fields. For the analysis a graph of processing steps is constructed, that can be applied via the cli as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Brighton Server

    Brighton Server

    Python Framework for Multipurpose Server

    Brighton Server is a framework that help the server implementation based on python and console interface with feature like a screen control, logging control for the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    nec2pylib

    Do with NEC2 antenna modeling into Python

    With this lib you can easily create NEC2 file and automatically run NEC2 simulation with python. Geometry is defined with using 3D vectors. You can cut, rotate, copy, add vectors. Parsing NEC2 output result file is yet possible but in beta stage. The final goal is to call and score nec2 simulation with optimisation algorithms.. Source code is full documented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Midnight Journal

    Midnight Journal

    A Simple Cross Platform Journaling App

    The inspiration of Midnight Journal came from simplicity, productivity, and late night journal Entries. With Midnight Journal, we value the longevity of your journal entries and as such store them as flat plain text files that will be readable in 50 to 100 years. Written in easy-to-learn python, and the PySide Qt framework, the second goal of Midnight Journal is to provide a beginner friendly environment for developers of all skill level to contribute to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    labhamster

    simple tracking of laboratory purchases and materials

    Note: This project has been migrated to: https://github.com/graik/labhamster Labhamster is a simple Django project for tracking materials and reagants ordered for a scientific laboratory and offers a rudimentary inventory management. For now it is not much more than the out-of-the-box Django admin interface with a pretty standard data model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    COIL Programming Language

    COIL Programming Language

    COIL:A Programming Language made by Teens for Teens(ikr)

    Complex Output Input Language. It was made because games in python end up quite ugly and bloated. This is designed to be clean & easy. It's an interpreter, It was written in C++. Not a singe line of code was written by an adult (except the standard c++ libraries). Give it a try and tell me what you think. It's a work in progress so there are only input and output functions, variables and if statements. Because it's at an early stage in design, any ideas you give me now can be integrated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    prcs2hg

    Command to convert a PRCS project to Mercurial revisions

    prcs2hg is a command (and also a Python package) to convert a PRCS project to Mercurial revisions. It would help you publish the revision history of an obsolete project whose changes were maintained with PRCS. prcs2hg requires a working prcs command to extract versions from a PRCS repository and this project also provides the restored 'k' versions of PRCS for use with prcs2hg. The source code repository is separately hosted on Bitbucket with a public issue tracker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    pyLwt

    Liftng wavelet program built using python and g++

    This is a lifting wavelet program running in Windows7 and Ubuntu10.04.4, It is a mix program of Python and C++. The GUIs are built using Python, and the core algorithms of wavelet are built using standard C++. Notes: 1. To run this program, you should sure that the following dependent packages are installed in your computer: ctypes, wxPython, PIL, and NumPy? 2. I test this program using python2.7.3 in Windows7 and python2.6.5 in Ubuntu 10.04.4 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LEDnotify

    LEDnotify

    USB LED Alerts - for gmail, email, pidgin, etc...

    Use a USB LED notifier unit to inform you of new email, pidgin messages, and other events. A general purpose, configurable tool for alerts. Please leave me feedback here (under " Discussion") or with comments to my Blog, or even via email (irdroid3 AT gmail.com) * Blog: http://irdroid3.wordpress.com/ * wiki pages : https://sourceforge.net/p/lednotify/wiki/Home/ * Animated gif demo: http://irdroid3.files.wordpress.com/2013/06/lednotify_dream-cheeky.gif?w=830 2014-02-10 -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    pywt

    wavelet program built using python and g++

    This is a wavelet program running in Windows7 and Ubuntu10.04.4, It is a mix program of Python and C++. The GUIs are built using Python, and the core algorithms of wavelet are built using standard C++. Notes: 1. To run this program, you should sure that the following dependent packages are installed in your computer: ctypes, wxPython, PIL, and NumPy? 2. I test this program using python2.7.3 in Windows7 and python2.6.5 in Ubuntu 10.04.4 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    RaspFM

    This is a raspberry FM System

    This image has been created for those who wan to listen radio and music in the car without having a special car player. You will need only a smartphone with bluethooth , raspberry pi , bluethooth device reconised by raspberry pi and a min 8 gb card, and optionaly a gsm 3g modem. You connect to the device via bluethooth. It is Visible in the first 30 seconds after boot . Device IP on the bluethooth is 192.168.3.1 and lan is configured to get ip from any dhcp server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    BitrateCompressionCalculator for Python

    A simple Python utility to calculate file size from bitrate.

    BitrateCompressionCalculator for Python (BCCpy) is a very simple application for calculating a file size from length and bitrate. BCCpy came about as the result of my beginning to learn Python and recreating the basic functionality of a simple VB program I wrote back in 1999. Since I was never very proficient with Visual Basic (or Applesoft BASIC for that matter); this application is very basic and could use lots of improvements. I'll implement them as I learn them. As of October 6,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Homage is yet another scorched earth inspired game. It is a homage to Monty Python .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Automatic Compound Processing (AuCoPro)

    Automatic compound splitting and semantic analysis of compounds

    The central problem to be addressed in this project concerns a multidisciplinary (linguistics and computational linguistics) investigation into sharing of knowledge and resources between closely-related languages, specifically relating to the automatic processing of compounds. Specifically, we will explore the possibility to create new knowledge about closely-related languages, and efficiently develop additional, more advanced resources for (a) compound segmentation; and (b) the semantic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pyBallistics is a graphical small arms ballistics program used to calculate ballistic coefficients, and model bullet trajectories. Future improvements will be a reloading database, and web links to industry reloading data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Quantum Chemistry Import Tool is a django application that parses the output file of quantum chemistry software as NWChem, Octopus, Gaussian, etc. The result can be saved in relational database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    MaryGold

    Variation analysis of metagenomic samples

    The package enables detection of sequence variation between metagenomic samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Zombie Hunter is a arcade 3D game where goal is to eliminate zombies out of a given area
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    We aim to develop a transformative computational method for automatic discovery of a set of dynamical rules that best captures both state transition and topological transformation in the data of spatio-temporal evolution of a complex network.
    Downloads: 0 This Week
    Last Update:
    See Project