Showing 145 open source projects for "python3"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 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
  • 1
    Python bulk sms api
    ...script works with Python 3 /ssl, parse, request/ ( file sendsms bulksms3.py.zip) for Python 2 version, you can download (file sendsms bulksms2.py.zip) Files: https://sourceforge.net/projects/python-bulk-sms-api/files/ Instruction: Download script, Change ******* to Proovl https://www.proovl.com token and user ID (message and phone number), Open terminal (Apple mac) or cmd.exe (Command Prompt) for windows. Run script Python bulksms2.py or Python3 bulksms3.py Done! Single SMS sending script: https://sourceforge.net/projects/python-send-sms-free/ Receive SMS Python: https://sourceforge.net/projects/receive-sms-python/ https://github.com/aarnhub/python-bulk-sms-api
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    python send sms free script
    ...Simple Python script for SMS text messages sending with API and virtual number. Python standard library. Script is free, Api connection paid. script works with Python 3 /ssl, parse, request/ ( file sendsms python3.zip) for Python 2 version, you can download (file sendsms python2.zip) Instruction: Download script, Change ******* to Proovl https://www.proovl.com token and user ID (message and phone number), Open terminal (Apple mac) or cmd.exe (Command Prompt) for windows. Run script Python sendsms2.py or Python3 sendsms3.py Done! https://www.virtnumber.com/ https://www.youtube.com/watch?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PhageTerm

    PhageTerm

    Determining Bacteriophage Termini and Packaging using NGS data.

    NEW VERSION (PhageTermVirome) AVAILABLE AT : (To access the lightest version) https://gitlab.pasteur.fr/vlegrand/ptv/-/releases This new version is now compatible with PYTHON3 and now allows the analysis of multiple phage genomes/contigs (multifasta) in a single analysis. However, like before, you can still perform the analysis on a single phage genome/contig. Description : PhageTerm and PhageTermVirome are a theoretical and statistical framework to analyze DNA termini and phage packaging mechanisms using next-generation sequencing data. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    Simple Chat

    Messaging app with client server architecture.

    This is a messaging app coded in python3 by Eren Suner. !!! DO NOT SHARE CONFIDENTIAL INFORMATION !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    GDeps

    GDeps

    Automatic process to update and build your external libraries/projects

    Welcome to GDeps! ( http://gdeps.org ) ========== [PRE-ALPHA] GDeps is a C++ dependencies/projects builder. Write in Python3. Launch a project script and GDeps will: 1) Create and Update the repository (svn, git, mercurial) 2) Make the solution (cmake, boost, bakefile) 3) Build the solution (Compilers : Mingw, VC90~140, Clang, Digital Mars, Ides : Visual Studio, Codeblocks ). Install: ========== 1) Install Python3: https://www.python.org/ 2) Install GDeps: https://sourceforge.net/projects/gdeps/files/latest/download?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    I2Cpytools

    I2Cpytools

    Python scripts to handle I2C sensors from your PC and graphing

    UPDATE: Software for ELV with sensors BME280, TSL2591 is now also integrated into GeigerLog! Download at https://sourceforge.net/projects/geigerlog/ ! ---------- I2Cpytools is software for the use of I2C sensors at a PC. It uses Python3 scripts. The connection of the sensors to the PC is done via USB-dongles. Three different ones are supported, which can be used simultaneously: * ELV USB-I2C, ELV Elektronik AG https://www.elv.de/ * IO-Warrior24 Dongle IOW24-DG), Code Mercenaries https://www.codemercs.com/de * USB-ISS, Devantech https://www.robot-electronics.co.uk/htm/usb_iss_tech.htm The supported sensors (for either dongle) are: * BME280 (Temperature, Pressure, Humidity) * LM75(B) (Temperature) * TSL2591 (Light, visible + infrared) * HT16K33 (LED matrix 8x8 red LEDs) I2Cpytools runs as data logger. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Hershey Font Explorer

    The Hershey Font Explorer

    Review, Manage, and Export Vector-Based Fonts

    The Hershey Font Explorer allows the classic set of Hershey Fonts to be appreciated both as such, as well as in their native stroke-by-stroke "R Format". By way of a bonus, Hershey's entire set of fonts are also provided in the files area as downloadable archives. The archived fonts have been rendered in four modern formats: (1) A eval()uable file-format parsable by Python. (2) A graphical (PNG) Format (3) A new, parser-firendly, one-line-per-glyph ASCII R Format (4) The...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    PyTorch Book

    PyTorch Book

    PyTorch tutorials and fun projects including neural talk

    ...The current version of the code is based on pytorch 1.0.1, if you want to use an older version please git checkout v0.4or git checkout v0.3. Legacy code has better python2/python3 compatibility, CPU/GPU compatibility test. The new version of the code has not been fully tested, it has been tested under GPU and python3. But in theory there shouldn't be too many problems on python2 and CPU. The basic part (the first five chapters) explains the content of PyTorch. This part introduces the main modules in PyTorch and some tools commonly used in deep learning. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    cookiecutter-django-rest

    cookiecutter-django-rest

    Build best practiced apis fast with Python3

    You need to make a scalable api on a deadline. You deeply care about the quality of your work. cookiecutter-django-rest takes care of the details so you can focus on making your api awesome. Scaffolding a project takes seconds and it gives you authentication, user accounts, and the docs and tests to support them. Just add your own resources to the api and start shipping. Start off with full test coverage, continuous integration, and continuous deployment. Complete Django Rest Framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Integrate green/free toolchains, For build same source code on Win/Linux conveniently. Language: [C] [C++] [ASM] [Verilog] [Python3] [Perl] With toolchains: [mingw32] for win [iverilog] (for win, Todo: Compile Script) [Python3.4] for win [NSAM 2.11.08] for win [Tinyperl]for win
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Bipylvo

    Bipylvo

    Bipylvo es un simulador del comportamiento fisiologíco de bivalvos.

    Bipylvo es un proyecto de desarrollo de un modelo de simulación capaz de emular el comportamiento fisiológico de la vieira Euvola ziczac, basado en modelos matemáticos como la Formula del Balance Energético (SFG) y la ecuación de crecimiento de von Bertalanffy, además del conocimiento sobre el desarrollo y comportamiento del bivalvo Euvola ziczac obtenido en el Centro de Investigaciones en Biología y Acuicultura de Moluscos (CIBAM) de la Universidad de Oriente Núcleo de Sucre (UDONS). El...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Marslo's vim-w64

    Marslo's vim-w64

    Compiled by Marslo.Jiao@China

    vim-w64 -- 64-Bit vim.exe and gvim.exe for MS Windows * PURPOSE I took long time to search the 64-bit vim for MS-Windows for long time. Unfortunately, there's no such one I want to use. Then I decided to compile by myself. This is a consistent project. You can find any individual version since 7.4.1263 from this project. The version lower than 7.4.1263 can be found at https://sourceforge.net/projects/marslosvimgvim. They all 32-bit binaries. * USAGES 1 [optional] Bakcup...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Chrome-Cut

    Chrome-Cut

    Python3 tool to scan, detect and control chromecast devices

    Basic GUI, CLI tool programmed in Python 3.4 and QT5. It gives you the ability to detect, scan and send some useful HTTP requests "Commands" to endless amount of chromecast devices. As well as the ability to loop the commands so the process of repeating it will be automated with a set duration in-which the looping will be done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    haishoku

    A development tool for grabbing the dominant color or representative c

    Haishoku is a development tool for grabbing the dominant color or representative color palette from an image, it depends on Python3 and Pillow. ### Feature 1. Grab the dominant color from a image. 2. Grab the representative color palette from a image. 3. From v1.1.4, Haishoku could load a image from remote url.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Modellers Colour Matching/Mixing Toolkit

    Modellers Colour Matching/Mixing Toolkit

    Colour matching/mixing toolkit for modellers

    ...The aim of this toolkit is to help them in this endeavour including assistance in mixing paints to achieve the required match if required. Non Windows Versions 1.00 and later require: - Python 3.43 or later - python3-gobject 3.22.0 or later - python3-cairo 1.10.0 or later Windows Versions 1.00 or later require: - Python 3.4.3 - PyGI 3.18.2 AIO for Python 3.4.3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    BtcGold2Xml

    Convert Gold and/or Bitcoin Chart from Website into XML Output

    This python script turns gold chart and bitcoin chart html website input into an xml file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PyQuestions

    off-line survey questions with Python3

    Standalone off-line survey Asks questions in groups with the same choices of answers. Reads the survey's configuration from a file and builds question group screens as needed. Saves the answers in a CSV file. Allows going back to change previous answers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    The Daily Bible

    A Bible Study Tool

    Allows on computer browsing of the Bible. Uses Python3 and PyQt5.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Leave A Trace Tools

    Tools for reading the track data of the project "Leave a Trace"

    ...Please find more Details about LAT here: https://leave-a-trace.charite.de/action This sourceforge project provides python tools to read the raw XML data produced by LAT. The data reading module works with python2 and python3. LAT XML Data can be downloaded here: https://leave-a-trace.charite.de/action/xml_dateien_der_traces/ ## Visualization tool: This project also contains a GUI-based visualization tool, which allows creation of custom vector data (SVG) from the given LAT data. This SVG data could, for example, be used for printing. If you want to use the visualization tool, as well, you'll need python2, along with the modules "numpy", "scipy" and "PyQt4". ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    QAL

    QAL

    Query Abstraction Layer

    ...This means that QAL can be backend agnostic about a subset of SQL features and data types. Of course custom SQL:s are also supported. It is currently distributed as a Python 3 Library (pip3 install python3-qal) and Debian .deb package. It is related the Optimal BPM project, see its Optimal Sync application for usage examples. The text of this page is released under the Creative Commons Zero Waiver 1.0 (CC0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    HomeDNS

    This is a tiny DNS server only for family used.

    This is a tiny DNS server only for family used. Support python2 and python3. https://github.com/liuyug/homedns
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TEncryptor

    TEncryptor

    Privacy, Security, no one will read your message again with this app

    TEncryptor Open Source app Written in Python3 and PyQt4 Licensed under the MIT License When you encrypt a text file or message The User need to choose 3 things 1- Password 2- The order of the letters 3- Four letter/word with specified order
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AVrabbit

    AVrabbit

    AV视频管理和高级搜索工具

    本软件能帮助管理单个/多硬盘上, 万级数量, T级容量的有码AV视频文件。 也能对2000年以来250,000+AV进行高级搜索。该软件用Python3写成。 运行在Windows操作系统环境下。 声明: 由于在日本有码AV是合法的, 本软件不做任何非法的事。改软件受版权法保护, 不得将本软件和本软件中的代码用于商业用途。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Islaki Defender

    Missile Command-type game for Linux using Pygame

    ...There is no startup menu as of yet so the game just jumps right in. Islaki defender is a program I wrote a few years ago for python 2.7. I have tried updating for Python3, however pygame does not appear to be compatible just yet. This game is similar to Missile Command however it adds an extra dimension of variability. The name of this program came about when I tried to do a trick-shot with my keyboard. I was typing in "island", spun around after the 'a', and hit between the 'k' and 'i' keys, resulting in the word "islaki". ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    reciprocal blast for windows

    Pipeline for automatic reciprocal blast

    Set of python3 scripts and windows batch scripts which use extensively NCBI Blast+ package and BioPython module to perform algorithm known as reciprocal blast. README: https://sourceforge.net/projects/reciprocalblastwin32/files/
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB