An open API service providing repository metadata for many open source software ecosystems.

Topic: "python-library"

vinta/awesome-python

An opinionated list of awesome Python frameworks, libraries, software and resources.

Language: Python - Size: 6.52 MB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 259,427 - Forks: 26,277

Textualize/rich

Rich is a Python library for rich text and beautiful formatting in the terminal.

Language: Python - Size: 47.9 MB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 53,625 - Forks: 1,880

celery/celery

Distributed Task Queue (development branch)

Language: Python - Size: 34.3 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 27,160 - Forks: 4,841

sivel/speedtest-cli

Command line interface for testing internet bandwidth using speedtest.net

Language: Python - Size: 305 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 13,841 - Forks: 1,922

LonamiWebs/Telethon

Pure Python 3 MTProto API Telegram client library, for bots too!

Language: Python - Size: 9.57 MB - Last synced at: 8 days ago - Pushed at: 12 days ago - Stars: 11,274 - Forks: 1,539

kellyjonbrazil/jc

CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.

Language: Python - Size: 16 MB - Last synced at: 1 day ago - Pushed at: 7 days ago - Stars: 8,365 - Forks: 221

pemistahl/grex

A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases

Language: Rust - Size: 1.61 MB - Last synced at: 10 days ago - Pushed at: 12 days ago - Stars: 7,574 - Forks: 177

docker/docker-py

A Python library for the Docker Engine API

Language: Python - Size: 5.08 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 7,066 - Forks: 1,696

pywinauto/pywinauto

Windows GUI Automation with Python (based on text properties)

Language: Python - Size: 26 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 5,377 - Forks: 728

gitpython-developers/GitPython

GitPython is a python library used to interact with Git repositories.

Language: Python - Size: 11 MB - Last synced at: 7 days ago - Pushed at: 12 days ago - Stars: 4,945 - Forks: 954

MechanicalSoup/MechanicalSoup

A Python library for automating interaction with websites.

Language: Python - Size: 658 KB - Last synced at: 1 day ago - Pushed at: 11 days ago - Stars: 4,790 - Forks: 384

dedupeio/dedupe

:id: A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.

Language: Python - Size: 5.99 MB - Last synced at: 12 days ago - Pushed at: about 2 months ago - Stars: 4,362 - Forks: 566

mongodb/mongo-python-driver

PyMongo - the Official MongoDB Python driver

Language: Python - Size: 27.5 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 4,267 - Forks: 1,126

lukasmasuch/best-of-python

🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.

Size: 8.86 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 4,134 - Forks: 286

decalage2/oletools

oletools - python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics and debugging.

Language: Python - Size: 5.31 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 3,129 - Forks: 585

celery/kombu

Messaging library for Python.

Language: Python - Size: 8.68 MB - Last synced at: about 16 hours ago - Pushed at: about 18 hours ago - Stars: 3,051 - Forks: 965

cdgriffith/Box

Python dictionaries with advanced dot notation access

Language: Python - Size: 2.67 MB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 2,769 - Forks: 117

pndurette/gTTS

Python library and CLI tool to interface with Google Translate's text-to-speech API

Language: Python - Size: 545 KB - Last synced at: 5 days ago - Pushed at: 8 days ago - Stars: 2,518 - Forks: 374

lorien/grab

Web Scraping Framework

Language: Python - Size: 9.35 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2,411 - Forks: 275

abseil/abseil-py

Abseil Common Libraries (Python)

Language: Python - Size: 1.09 MB - Last synced at: 7 days ago - Pushed at: 15 days ago - Stars: 2,395 - Forks: 266

sepandhaghighi/art

🎨 ASCII art library for Python

Language: Python - Size: 8.05 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2,350 - Forks: 151

RDFLib/rdflib

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.

Language: Python - Size: 22 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2,329 - Forks: 576

sergree/matchering

🎚️ Open Source Audio Matching and Mastering

Language: Python - Size: 6.02 MB - Last synced at: 15 days ago - Pushed at: 26 days ago - Stars: 2,196 - Forks: 224

achillesrasquinha/bulbea

:boar: :bear: Deep Learning based Python Library for Stock Market Prediction and Modelling

Language: Python - Size: 2.64 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2,141 - Forks: 476

sirfz/tesserocr

A Python wrapper for the tesseract-ocr API

Language: Python - Size: 567 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2,112 - Forks: 255

celery/django-celery-beat

Celery Periodic Tasks backed by the Django ORM

Language: Python - Size: 784 KB - Last synced at: about 10 hours ago - Pushed at: about 18 hours ago - Stars: 1,843 - Forks: 472

Knio/dominate

Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.

Language: Python - Size: 758 KB - Last synced at: 11 days ago - Pushed at: 9 months ago - Stars: 1,797 - Forks: 120

aerkalov/ebooklib

A versatile Python library for EPUB2/EPUB3 manipulation and processing.

Language: Python - Size: 879 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 1,686 - Forks: 246

datamade/usaddress

:us: a python library for parsing unstructured United States address strings into address components

Language: Python - Size: 6.8 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1,593 - Forks: 304

daavoo/pyntcloud

pyntcloud is a Python library for working with 3D point clouds.

Language: Python - Size: 15.1 MB - Last synced at: 7 days ago - Pushed at: 6 months ago - Stars: 1,476 - Forks: 228

blueman-project/blueman

Blueman is a GTK+ Bluetooth Manager

Language: Python - Size: 22.4 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1,438 - Forks: 216

KonradIT/gopro-py-api 📦

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.

Language: Python - Size: 4.15 MB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 1,431 - Forks: 211

pemistahl/lingua-py

The most accurate natural language detection library for Python, suitable for short text and mixed-language text

Language: Python - Size: 287 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1,385 - Forks: 45

alan-turing-institute/CleverCSV

CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.

Language: Python - Size: 3.48 MB - Last synced at: 7 days ago - Pushed at: 21 days ago - Stars: 1,306 - Forks: 78

ParallelSSH/parallel-ssh

Asynchronous parallel SSH client library.

Language: Python - Size: 16.6 MB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 1,255 - Forks: 152

RedaOps/ann-visualizer 📦

A python library for visualizing Artificial Neural Networks (ANN)

Language: Python - Size: 60.5 KB - Last synced at: 9 days ago - Pushed at: almost 5 years ago - Stars: 1,253 - Forks: 218

BoboTiG/python-mss

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.

Language: Python - Size: 1.19 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1,150 - Forks: 107

juancarlospaco/faster-than-requests

Faster requests on Python 3

Language: Nim - Size: 20 MB - Last synced at: 20 days ago - Pushed at: 21 days ago - Stars: 1,126 - Forks: 92

onnx/onnxmltools

ONNXMLTools enables conversion of models to ONNX

Language: Python - Size: 3.64 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1,097 - Forks: 198

abcminiuser/python-elgato-streamdeck

Python library to control the Elgato Stream Deck.

Language: Python - Size: 2.83 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1,018 - Forks: 153

viblo/pymunk

Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python

Language: Python - Size: 30.2 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 1,016 - Forks: 191

J535D165/recordlinkage

A powerful and modular toolkit for record linkage and duplicate detection in Python

Language: Python - Size: 70 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1,007 - Forks: 156

securisec/chepy

Chepy is a python lib/cli equivalent of the awesome CyberChef tool.

Language: Python - Size: 4.9 MB - Last synced at: 20 days ago - Pushed at: 21 days ago - Stars: 1,001 - Forks: 58

jithurjacob/Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications

Language: Python - Size: 41 KB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 990 - Forks: 168

sentinel-hub/sentinelhub-py

Download and process satellite imagery in Python using Sentinel Hub services.

Language: Python - Size: 220 MB - Last synced at: about 15 hours ago - Pushed at: 5 days ago - Stars: 865 - Forks: 251

pavdmyt/yaspin

A lightweight terminal spinner for Python with safe pipes and redirects 🎁

Language: Python - Size: 1.54 MB - Last synced at: 3 days ago - Pushed at: 26 days ago - Stars: 859 - Forks: 40

socialpoint-labs/sheetfu

Python library to interact with Google Sheets V4 API

Language: Python - Size: 394 KB - Last synced at: 23 days ago - Pushed at: over 3 years ago - Stars: 854 - Forks: 40

nose-devs/nose2

The successor to nose, based on unittest2

Language: Python - Size: 2.06 MB - Last synced at: 9 days ago - Pushed at: 29 days ago - Stars: 807 - Forks: 131

n1nj4sec/memorpy

Python library using ctypes to search/edit windows / linux / macOS / SunOS programs memory

Language: Python - Size: 73.2 KB - Last synced at: 26 days ago - Pushed at: almost 3 years ago - Stars: 779 - Forks: 137

jwlodek/py_cui

A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.

Language: Python - Size: 19.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 769 - Forks: 43

Falldog/pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it

Language: C - Size: 5.26 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 739 - Forks: 153

chinapandaman/PyPDFForm

:fire: The Python library for PDF forms.

Language: Python - Size: 113 MB - Last synced at: 4 days ago - Pushed at: 6 days ago - Stars: 715 - Forks: 46

ncclient/ncclient

Python library for NETCONF clients

Language: Python - Size: 3.35 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 711 - Forks: 409

qwertyquerty/pypresence

A complete Discord IPC and Rich Presence wrapper library in Python!

Language: Python - Size: 3.48 MB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 698 - Forks: 82

biojppm/rapidyaml

Rapid YAML - a library to parse and emit YAML, and do it fast.

Language: C++ - Size: 8.5 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 670 - Forks: 117

Nv7-GitHub/googlesearch

A Python library for scraping the Google search engine.

Language: Python - Size: 55.7 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 668 - Forks: 149

kuzmoyev/google-calendar-simple-api

Pythonic wrapper for the Google Calendar API

Language: Python - Size: 579 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 658 - Forks: 49

chaoss/augur

Python library and web service for Open Source Software Health and Sustainability metrics & data collection. You can find our documentation and new contributor information easily here: https://oss-augur.readthedocs.io/en/main/

Language: Python - Size: 168 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 654 - Forks: 900

wyounas/homer

Homer, a text analyser in Python, can help make your text more clear, simple and useful for your readers.

Language: Python - Size: 4.66 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 633 - Forks: 35

Neuraxio/Neuraxle

The world's cleanest AutoML library ✨ - Do hyperparameter tuning with the right pipeline abstractions to write clean deep learning production pipelines. Let your pipeline steps have hyperparameter spaces. Design steps in your pipeline like components. Compatible with Scikit-Learn, TensorFlow, and most other libraries, frameworks and MLOps environments.

Language: Python - Size: 8.16 MB - Last synced at: 20 days ago - Pushed at: 5 months ago - Stars: 612 - Forks: 63

nfcpy/nfcpy

A Python module to read/write NFC tags or communicate with another NFC device.

Language: Python - Size: 6.44 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 610 - Forks: 151

achuthasubhash/Complete-Life-Cycle-of-a-Data-Science-Project

Complete-Life-Cycle-of-a-Data-Science-Project

Size: 156 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 609 - Forks: 250

b3nab/instapy-cli

:sparkles: Python library and CLI to upload photo and video on Instagram. W/o a phone!

Language: Python - Size: 42.1 MB - Last synced at: 26 days ago - Pushed at: almost 6 years ago - Stars: 604 - Forks: 99

langwatch/scenario

Agentic testing for agentic codebases

Language: TypeScript - Size: 11.3 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 586 - Forks: 38

RingBDStack/SocialED

A python library for social event detection

Language: Python - Size: 183 MB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 579 - Forks: 43

bab2min/tomotopy

Python package of Tomoto, the Topic Modeling Tool

Language: C++ - Size: 2.33 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 578 - Forks: 63

iitzco/faced

🚀 😏 Near Real Time CPU Face detection using deep learning

Language: Python - Size: 85.5 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 549 - Forks: 145

zeroSteiner/rule-engine

A lightweight, optionally typed expression language with a custom grammar for matching arbitrary Python objects.

Language: Python - Size: 45 MB - Last synced at: 15 days ago - Pushed at: 7 months ago - Stars: 547 - Forks: 59

pawamoy/aria2p

Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.

Language: Python - Size: 5.86 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 516 - Forks: 92

DavidDiazGuerra/gpuRIR

Python library for Room Impulse Response (RIR) simulation with GPU acceleration

Language: Cuda - Size: 4.58 MB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 515 - Forks: 95

lemon24/reader

A Python feed reader library.

Language: Python - Size: 5.25 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 502 - Forks: 39

pypr/pysph

A framework for Smoothed Particle Hydrodynamics in Python

Language: Python - Size: 7.09 MB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 500 - Forks: 144

alexdelorenzo/cast_control

📺 Control Chromecasts from Linux and D-Bus

Language: Python - Size: 3.08 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 490 - Forks: 8

stephenhky/PyShortTextCategorization

Various Algorithms for Short Text Mining

Language: Python - Size: 111 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 472 - Forks: 74

sentinel-hub/sentinel2-cloud-detector

Sentinel Hub Cloud Detector for Sentinel-2 images in Python

Language: Python - Size: 57.8 MB - Last synced at: 9 days ago - Pushed at: 12 months ago - Stars: 467 - Forks: 98

obskyr/colorgram.py

A Python module for extracting colors from images. Get a palette of any picture!

Language: Python - Size: 1.1 MB - Last synced at: 18 days ago - Pushed at: about 4 years ago - Stars: 466 - Forks: 51

python-xlib/python-xlib

XLib in pure Python (Py2/Py3 compatible)

Language: Python - Size: 1.21 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 444 - Forks: 110

libtcod/python-tcod

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.

Language: Python - Size: 25 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 441 - Forks: 38

mxmlnkn/rapidgzip

Gzip Decompression and Random Access for Modern Multi-Core Machines

Language: C++ - Size: 22.2 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 429 - Forks: 12

dylanhogg/awesome-python

🐍 Hand-picked awesome Python libraries and frameworks, organised by category

Size: 84 MB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 401 - Forks: 30

danielnsilva/semanticscholar

Unofficial Python client library for Semantic Scholar APIs.

Language: Python - Size: 61.4 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 396 - Forks: 54

operatorai/modelstore

🏬 modelstore is a Python library that allows you to version, export, and save a machine learning model to your filesystem or a cloud storage provider.

Language: Python - Size: 749 KB - Last synced at: 20 days ago - Pushed at: 8 months ago - Stars: 395 - Forks: 26

tefra/xsdata

Naive XML & JSON Bindings for python

Language: Python - Size: 5.89 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 384 - Forks: 68

NiiightmareXD/windows-capture

Fastest Windows Screen Capture Library For Rust And Python 🔥

Language: Rust - Size: 1.5 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 362 - Forks: 57

python-openapi/openapi-spec-validator

OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.

Language: Python - Size: 892 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 362 - Forks: 70

Pr0Ger/PyAPNs2

Python library for interacting with the Apple Push Notification service (APNs) via HTTP/2 protocol

Language: Python - Size: 112 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 356 - Forks: 187

python-openapi/openapi-core

Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1 specification.

Language: Python - Size: 3.66 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 340 - Forks: 137

Thinklab-SJTU/pygmtools

A Python Graph Matching Toolkit.

Language: Python - Size: 128 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 339 - Forks: 19

Data-Centric-AI-Community/awesome-data-centric-ai

Open-Source Software, Tutorials, and Research on Data-Centric AI 🤖

Language: Jupyter Notebook - Size: 6.73 MB - Last synced at: 3 days ago - Pushed at: almost 2 years ago - Stars: 339 - Forks: 47

upgini/upgini

Data search & enrichment library for Machine Learning → Easily find and add relevant features to your ML & AI pipeline from hundreds of public and premium external data sources, including open & commercial LLMs

Language: Python - Size: 166 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 337 - Forks: 25

mwclient/mwclient

Python client library to interface with the MediaWiki API

Language: Python - Size: 920 KB - Last synced at: 15 days ago - Pushed at: 27 days ago - Stars: 333 - Forks: 94

rocky/python-xdis

Python cross-version bytecode library and disassembler

Language: Python - Size: 8.59 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 330 - Forks: 99

bab2min/kiwipiepy

Python API for Kiwi

Language: Python - Size: 163 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 327 - Forks: 33

PydPiper/pylightxl

A light weight, zero dependency, minimal functionality excel read/writer python library

Language: Python - Size: 16.2 MB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 312 - Forks: 47

celery/py-amqp

amqplib fork

Language: Python - Size: 2.37 MB - Last synced at: 21 days ago - Pushed at: about 1 month ago - Stars: 310 - Forks: 192

JetXu-LLM/llama-github

Llama-github is an open-source Python library that empowers LLM Chatbots, AI Agents, and Auto-dev Solutions to conduct Agentic RAG from actively selected GitHub public projects. It Augments through LLMs and Generates context for any coding question, in order to streamline the development of sophisticated AI-driven applications.

Language: Python - Size: 450 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 300 - Forks: 22

peakwinter/python-nginx

Create and modify nginx serverblock configs in Python

Language: Python - Size: 130 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 298 - Forks: 78

devopshq/artifactory

dohq-artifactory: a Python client for Artifactory

Language: Python - Size: 747 KB - Last synced at: 4 days ago - Pushed at: 20 days ago - Stars: 294 - Forks: 159

kmaork/madbg

A fully-featured remote and preemptive debugger for python

Language: Python - Size: 164 KB - Last synced at: 17 days ago - Pushed at: about 1 year ago - Stars: 293 - Forks: 9

awangga/outlook

Python library to read email from live, hotmail, outlook, office365 or any microsoft email service

Language: Python - Size: 22.5 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 291 - Forks: 134

Related Topics
python 1,951 python3 951 python-3 257 python-script 235 open-source 229 machine-learning 198 library 183 automation 172 github 155 distributed-systems 135 serverless 133 cloud-native 132 orchestration 132 task-execution 131 evon-roblox 130 workflow-management 130 evon-download 130 roblox 129 pypi 114 api 112 data-science 108 python-package 93 pypi-package 84 data-analysis 81 pandas 77 python2 77 programming 72 numpy 67 pip 66 deep-learning 63 data-visualization 60 cli 59 optimization 55 api-client 54 math-library 53 genetic-algorithm 51 hacktoberfest 50 api-wrapper 48 evolutionary-algorithm 48 coding-example 47 algorithm-implementation 47 trigon-framework 47 numerical-computation 46 github-repository 46 trigon-evo 46 jupyter-notebook 44 data-structures 41 json 41 python-lib 40 nlp 40 python-3-6 40 python36 40 database 39 matplotlib 39 python-app 37 python-2 36 machine-learning-algorithms 36 asyncio 35 linux 35 flask 34 python-module 34 artificial-intelligence 34 django 33 image-processing 32 python27 32 tensorflow 31 raspberry-pi 31 tkinter 31 pypi-packages 31 ai 30 opencv 28 terminal 28 framework 27 algorithms 27 computer-vision 27 pygame 27 wrapper 27 bot 26 data 26 package 26 command-line-tool 25 python-programming 25 pandas-dataframe 24 logging 24 parser 24 gui 24 python-framework 24 awesome 23 python-lambda 23 tkinter-python 23 requests 23 windows 23 rest-api 22 html 22 natural-language-processing 21 game 21 visualization 21 tkinter-gui 21 cryptography 21 command-line 20