2148 Repositories
Python Weather-API-GUI-Tkinter Libraries
Unofficial API wrapper for seedr.cc
Seedr API Unofficial API wrapper for seedr.cc Inspired by theabbie's seedr-api Powered by @harp_tech (Telegram) How to use You can install lib via git
GUI wrapper designed for convenient service work with TI CC1352/CC2538/CC2652 based Zigbee sticks or gateways. Packed into single executable file
ZigStar GW Multi tool is GUI wrapper firtsly designed for convenient service work with Zig Star LAN GW, but now supports any TI CC1352/CC2538/CC2652 b
Account Manager / Nuker with GUI.
Account Manager / Nuker Remove all friends Block all friends Leave all servers Mass create servers Close all dms Mass dm Exit Setup git clone https://
A mood based crypto tracking application.
Crypto Bud - API A mood based crypto tracking application. The main repository is private. I am creating the API before I connect everything to the ma
A tool for light-duty persistent memoization of API calls
JSON Memoize What is this? json_memoize is a straightforward tool for light-duty persistent memoization, created with API calls in mind. It stores the
Minimal GUI for accessing the Watson Text to Speech service.
Description Minimal graphical application for accessing the Watson Text to Speech service. Requirements Python 3 plus all dependencies listed in requi
API Simples com python utilizando a biblioteca FastApi
api-fastapi-python API Simples com python utilizando a biblioteca FastApi Para rodar esse script sรฃo necessรกrias duas bibliotecas: Fastapi: Comando de
API with high performance to create a simple blog and Auth using OAuth2 โ
DogeAPI API with high performance built with FastAPI & SQLAlchemy, help to improve connection with your Backend Side to create a simple blog and Cruds
A full Rest-API With Oauth2 and JWT for request & response a JSON file Using FastAPI and SQLAlchemy ๐
Pexon-Rest-API A full Rest-API for request & response a JSON file, Building a Simple WorkFlow that help you to Request a JSON File Format and Handling
LuSyringe is a documentation injection tool for your classes when using Fast API
LuSyringe LuSyringe is a documentation injection tool for your classes when using Fast API Benefits The main benefit is being able to separate your bu
This is REST-API for Indonesian Text Summarization using Non-Negative Matrix Factorization for the algorithm to summarize documents and FastAPI for the framework.
Indonesian Text Summarization Using FastAPI This is REST-API for Indonesian Text Summarization using Non-Negative Matrix Factorization for the algorit
HTTP API for FGO game data. Transform the raw game data into something a bit more manageable.
FGO game data API HTTP API for FGO game data. Transform the raw game data into something a bit more manageable. View the API documentation here: https
An abstract and extensible framework in python for building client SDKs and CLI tools for a RESTful API.
django-rest-client An abstract and extensible framework in python for building client SDKs and CLI tools for a RESTful API. Suitable for APIs made wit
DRF magic links
drf-magic-links Installation pip install drf-magic-links Add URL patterns # urls.py
I made this so I can control my Tapo L510 light bulb and Govee H6159 light strip using the PyP100 module and the Govee public API
TAPO-And-Govee-Controller I made this so I can control my Tapo L510 light bulb and Govee H6159 light strip using the PyP100 module and the Govee publi
Balsam Python client API & SDK
balsam No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This Python package is automatically
Get mutations in cluster by querying from LAPIS API
Cluster Mutation Script Get mutations appearing within user-defined clusters. Usage Clusters are defined in the clusters dict in main.py: clusters = {
program to store and update pokemons using SQL and Flask
Pokemon SQL and Flask Pokemons api in python. Technologies flask pymysql Description PokeCorpโฏis a company that tracks pokemon and their trainers arou
This is a sorting visualizer made with Tkinter.
Sorting-Visualizer This is a sorting visualizer made with Tkinter. Make sure you've installed tkinter in your system to use this visualizer pip instal
Prometheus exporter for CNMC API
CNMC Prometheus exporter It needs a Prometheus Pushgateway Install requirements via pip install -r requirements.txt Export the following environment v
TeslaPy - A Python implementation based on unofficial documentation of the client side interface to the Tesla Motors Owner API
TeslaPy - A Python implementation based on unofficial documentation of the client side interface to the Tesla Motors Owner API, which provides functiona
A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model Deployment.
chitra What is chitra? chitra (เคเคฟเคคเฅเคฐ) is a multi-functional library for full-stack Deep Learning. It simplifies Model Building, API development, and M
A python wrapper for interacting with the LabArchives API.
LabArchives API wrapper for Python A python wrapper for interacting with the LabArchives API. This very simple package makes it easier to make arbitra
Simple Crud Api With Django Rest Framework
SIMPLE CRUD API WITH DJANGO REST FRAMEWORK Django REST framework is a powerful and flexible toolkit for building Web APIs. Requirements Python 3.6 Dja
A simple tool to utilize the basic functionality of the Private API From Virus Total
Welcome To VT-SCAN (viurs total api) Information This is a simple tool to utilize the basic functionality of the Private API From Virus Total. with th
Just RESTing
petnica-api-workshop Just RESTing Setup Using pipenv You can setup this project with pipenv if you want isolated libraries. After you've installed pip
A python graphql api, which serves ECB currency rates from last 90 days.
Exchange Rate Api using GraphQL Get Code git pull https://github.com/alaturqua/exchangerate-graphql.git Create .env file with following content and s
A library that revolutionizes the way people interact with NextDNS.
NextDNS-API An awesome way to interface with your NextDNS account - via Python! Explore the docs ยป Report Bug . Request Feature Table Of Contents Abou
A full stack e-learning application, this is the backend using django restframework and docker.
DevsPrime API API Service backing client interfaces Technologies Python 3.9 : Base programming language for development Bash Scripting : Create conven
simple api build with django rest framework
Django Rest API django-rest-framework Employees management simple API in this project wrote test suites for endpoints wrote simple doc string for clas
Tkinter Izhikevich Neuron Model With Python
TKINTER IZHIKEVICH NEURON MODEL WITH PYTHON Hodgkin-Huxley Model It is a mathematical model for the generation and transmission of action potentials i
OpenPort scanner GUI tool (CNMAP)
CNMAP-GUI- OpenPort scanner GUI tool (CNMAP) as you know it is the advanced tool to find open port, firewalls and we also added here heartbleed scanni
API Wrapper in Python for WeebyAPI
API Wrapper in Python for WeebyAPI
XMRiGUI is free and open-source crypto miner for Linux. It uses XMRig for mining and GTK3 for GUI.
XMRiGUI is free and open-source crypto miner for Linux. It uses XMRig for mining and GTK3 for GUI.
One package to access multiple different data sources through their respective API platforms.
BESTLab Platform One package to access multiple different data sources through their respective API platforms. Usage HOBO Platform See hobo_example.py
Telegram tools
Telegram-Tools Telegram tools. Explanation English | ไธญๆ Features Export group memebrs Add users to the group Send message to users Setup API Open http
Wrap the Blockchain API in Django!
django-blockchain Wrap the Blockchain API in Django. Installation pip install django-blockchain Add app in your settings.py INSTALLED_APPS = [ "d
Example of scraping a paginated API endpoint and dumping the data into a DB
Provider API Scraper Example Example of scraping a paginated API endpoint and dumping the data into a DB. Pre-requisits Python = 3.9 Pipenv Setup # i
Seaborn-image is a Python image visualization library based on matplotlib and provides a high-level API to draw attractive and informative images quickly and effectively.
seaborn-image: image data visualization Description Seaborn-image is a Python image visualization library based on matplotlib and provides a high-leve
Visage Differentiation is a GUI application for outlining and labeling the visages in an image.
Visage Differentiation Visage Differentiation is a GUI application for outlining and labeling the visages in an image. The main functionality is provi
A new coin listing alert bot using Python, Flask, MongoDB, Telegram API and Binance API
Bzzmans New Coin Listing Detection Bot Architecture About Project Work in progress. This bot basically gets new coin listings from Binance using Binan
OpenPort scanner GUI tool (CNMAP)
CNMAP-GUI- OpenPort scanner GUI tool (CNMAP) as you know it is the advanced tool to find open port, firewalls and we also added here heartbleed scanni
Use Youdao OCR API to covert your clipboard image to text.
Alfred Clipboard OCR ๆณจ๏ผๆฌไปๅบๅบไบ oott123/alfred-clipboard-ocr ็้ป่พ็จ Python ้ๅ๏ผๆข็จไบๆ้ AI ็ API๏ผๅ็กฎ็ๆด้ซ๏ผๆๆ้ฒๆญข็พๅบฆๅฏผ่ด้็งๆณ้ฒ็ญ้ฎ้ข๏ผๅนถไธๆ้ AI ๅๅงๆไพ็ 50 ๅ ไฝ้ช้ๅฏนไบๅ ถ่ต่ดน่่จไธชไบบ็จๆทๅบๆฌๅฏไปฅๆฐธไน ไฝฟ็จ
Instant messaging client in tkinter
Concord_client_tk Instant messaging client in tkinter Contributors : Ilade-s [https://github.com/Ilade-s] Doku [https://github.com/D0kuhebi] Descripti
A simple API wrapper for Discord written in Python.
AIOCord This project is work in progress not for production use A simple asynchronous API wrapper around Discord API written in Python. Inspiration Th
Image-Viewer is a Windows image viewer based on Python 3.
Image-Viewer Hi! Image-Viewer is a Windows image viewer based on Python 3. Using You must download Image-Viewer.exe from the root of the repository. T
EODAG is a command line tool and a plugin-oriented Python framework for searching, aggregating results and downloading remote sensed images while offering a unified API for data access regardless of the data provider
EODAG (Earth Observation Data Access Gateway) is a command line tool and a plugin-oriented Python framework for searching, aggregating results and downloading remote sensed images while offering a unified API for data access regardless of the data provider
A Web API for automatic background removal using Deep Learning. App is made using Flask and deployed on Heroku.
Automatic_Background_Remover A Web API for automatic background removal using Deep Learning. App is made using Flask and deployed on Heroku. ๐ https:
A tf publisher gui tool for ROS, which publish /tf_static message. The software is based on PyQt5.
tf_publisher_gui for ROS Introduction How to use cd catkin_ws/src git clone https://github.com/yinwu33/tf_publisher_gui.git cd catkin_ws catkin_make s
Python3 based bittrex rest api wrapper
bittrex-rest-api This open source project was created to give an understanding of the Bittrex Rest API v1.1/v3.0 in pearl language. The sample file sh
Web-Broswer simple using PyQt5 tools
Web-Broswer Simple web broswer made using PyQt Completely simple and easy to use How to set it up git clone https://github.com/AsjadOooO/Web-Broswer.g
Info gathering | API hacketarget.com
InfoFetch Info gathering | API hackertarget.com set-up: apt-get install python3 pip3 install requests apt-get install git git clone https://github.com
A GUI visualization of QuickSort algorithm
QQuickSort A simple GUI visualization of QuickSort algorithm. It only uses PySide6, it does not have any other external dependency. How to run Install
Construindo API's robustas utilizando Python
๐ Construindo API's robustas utilizando Python Neste tutorial vamos aprender a construir API's utilizando Python e FastAPI, integrรก-las a serviรงos ex
Python SDK for accessing the Hanko Authentication API
Hanko Authentication SDK for Python This package is maintained by Hanko. Contents Introduction Documentation Installation Usage Prerequisites Create a
API for obtaining results from the Beery-Bukenica test of the visomotor integration development (VMI) 4th edition.
VMI API API for obtaining results from the Beery-Bukenica test of the visomotor integration development (VMI) 4th edition. Install docker-compose up -
impy is an all-in-one image analysis library, equipped with parallel processing, GPU support, GUI based tools and so on.
impy is All You Need in Image Analysis impy is an all-in-one image analysis library, equipped with parallel processing, GPU support, GUI based tools a
Audio Steganography is a technique used to transmit hidden information by modifying an audio signal in an imperceptible manner.
Audio Steganography Audio Steganography is a technique used to transmit hidden information by modifying an audio signal in an imperceptible manner. Ab
Covid 19 status. Flask application. CovidAPI. Heroku.
Covid 19 In this project we see total count of people who got this virus and total death. How does it works Written in Python. Web app, Flask. package
Unofficial Open Corporates CLI: OpenCorporates is a website that shares data on corporations under the copyleft Open Database License. This is an unofficial open corporates python command line tool.
Unofficial Open Corporates CLI OpenCorporates is a website that shares data on corporations under the copyleft Open Database License. This is an unoff
Market calendar RESTful API with holiday, late open, and early close. Over 50+ unique exchange calendars for global equity and futures markets.
Trading Calendar Market calendar RESTful API with holiday, late open, and early close. Over 50+ unique exchange calendars for global equity and future
Trading through Binance's API using Python & sqlite
pycrypt Automate trading crypto using Python to pull data from Binance's API and analyse trends. May or may not consistently lose money but oh well it
Turn your API made with Django REST Framework(DRF) into a GraphQL like API.
Turn your API made with Django REST Framework(DRF) into a GraphQL like API.
Deep Learning as a Cloud API Service.
Deep API Deep Learning as Cloud APIs. This project provides pre-trained deep learning models as a cloud API service. A web interface is available as w
A public API written in Python using the Flask web framework to determine the direction of a road sign using AI
python-public-API This repository is a public API for solving the problem of the final of the AIIJC competition. The task is to create an AI for the c
OpenSea NFT API App using Python and Streamlit
opensea-nft-api-tutorial OpenSea NFT API App using Python and Streamlit Tutorial Video Walkthrough https://www.youtube.com/watch?v=49SupvcFC1M Instruc
This CLI give the possibility to do a queries in Star Wars API and returns a JSON in a terminal.
Star Wars CLI (swcli) This CLI give the possibility to do a queries in Star Wars API and returns a JSON in a terminal. Install $ pip install swcli Qu
A simple python program to sign text using either the RSA or ISRSAC algorithm with GUI built using tkinter library.
Digital Signatures using ISRSAC Algorithm A simple python program to sign text using either the RSA or ISRSAC algorithm with GUI built using tkinter l
Zora is a python program that searches for GeoLocation info for given CIDR networks , with options to search with API or without API
Zora Zora is a python program that searches for GeoLocation info for given CIDR networks , with options to search with API or without API Installing a
An elegant mirai-api-http v2 Python SDK.
Ariadne ไธไธช้็จไบ mirai-api-http v2 ็ Python SDKใ ๆฌ้กน็ฎ้็จไบ mirai-api-http 2.0 ไปฅไธ็ๆฌใ ็ฎๅไปๅคไบๅผๅ้ถๆฎต๏ผๅ ้จๆฅๅฃๅฏ่ฝไผๆ่พๅคง็ๅๅใ ๅฎ่ฃ poetry add graia-ariadne ๆ pip install graia
API for Submarino store
submarino-api API for the submarino e-commerce documentation read the documentation in: https://submarino-api.herokuapp.com/docs or in https://submari
Find the best repos to contribute to, right from Discord!
repo-finder-bot Find the best repos to contribute to, right from Discord! Add to your server FAQs Hmm. What's this? This is the Repo Finder Bot, a bot
Easily report Instagram pages and close the page
Program Features - ๐ Delete target post on Instagram. - ๐ Delete Media Target post on Instagram - ๐ Complete deletion of the target account on Inst
An Python SDK for QQ based on mirai-api-http v2.
Argon ไธไธชๅบไบ graia-broadcast ๅ mirai-api-http v2 ็ Python SDKใ ๆฌ้กน็ฎ้็จไบ mirai-api-http 2.0 ไปฅไธ็ๆฌใ ็ฎๅไปๅคไบๅผๅ้ถๆฎต๏ผๅ ้จๆฅๅฃๅฏ่ฝไผๆ่พๅคง็ๅๅใ The Stasis / ๅๆป ไธบ็ปดๆ GraiaProject
A gui application to visualize various sorting algorithms using pure python.
Sorting Algorithm Visualizer A gui application to visualize various sorting algorithms using pure python. Language : Python 3 Libraries required Tkint
HDLG is a modern cross-platform GUI for hdl-dump with Batch installation capabilities.
HDLG is a modern cross-platform GUI for hdl-dump with Batch installation capabilities. Looking for Artwork This project is looking for an Icon an
A minimal, extensible, fast and productive API framework for Python 3.
molten A minimal, extensible, fast and productive API framework for Python 3. Changelog: https://moltenframework.com/changelog.html Community: https:/
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
Introduction Swagger UI allows anyone โ be it your development team or your end consumers โ to visualize and interact with the APIโs resources without
A Python framework to build Slack apps in a flash with the latest platform features.
Bolt for Python A Python framework to build Slack apps in a flash with the latest platform features. Read the getting started guide and look at our co
APIFlask is a lightweight Python web API framework based on Flask and marshmallow-code projects
APIFlask APIFlask is a lightweight Python web API framework based on Flask and marshmallow-code projects. It's easy to use, highly customizable, ORM/O
Endpoints is a lightweight REST api framework written in python and used in multiple production systems that handle millions of requests daily.
Endpoints Quickest API builder in the West! Endpoints is a lightweight REST api framework written in python and used in multiple production systems th
Multi-asset backtesting framework. An intuitive API lets analysts try out their strategies right away
Multi-asset backtesting framework. An intuitive API lets analysts try out their strategies right away. Fast execution of profit-take/loss-cut orders is built-in. Seamless with Pandas.
Lemon is an async and lightweight API framework for python
Lemon is an async and lightweight API framework for python . Inspired by Koa and Sanic .
ApiPy was created for api testing with Python pytest framework which has also requests, assertpy and pytest-html-reporter libraries.
ApiPy was created for api testing with Python pytest framework which has also requests, assertpy and pytest-html-reporter libraries. With this f
Framework to collect and process weather data from wttr.in.
Weathercrawler Automatic extraction and processing framework for weather data from wttr.in Installation tested with: Python 3.7.3 Python 3.9.4 git clo
MaD GUI is a basis for graphical annotation and computational analysis of time series data.
MaD GUI Machine Learning and Data Analytics Graphical User Interface MaD GUI is a basis for graphical annotation and computational analysis of time se
Goblet is an easy-to-use framework that enables developers to quickly spin up fully featured REST APIs with python on GCP
GOBLET Goblet is a framework for writing serverless rest apis in python in google cloud. It allows you to quickly create and deploy python apis backed
Instagram Account Creator ๐ฅฐ
Instagram Account Creatorr Instagram account creator that uses requests instead of selenium! Report Bug ยท Request Feature Features Request based Conta
A free tempmail api for your needs!
Tempmail A free tempmail api for your needs! Website ยท Report Bug ยท Request Feature Features Add your own private domains Easy to use documentation No
A discord token creator that uses the service capmonster for captcha solving!
Discord Token Creator A discord token creator that uses the service capmonster for captcha solving! Report Bug ยท Request Feature Features Autojoin dis
GUI for a Vocal Remover that uses Deep Neural Networks.
GUI for a Vocal Remover that uses Deep Neural Networks.
An API which would colorize a black and white image
Image Colorization API Machine Learning Model used- https://github.com/richzhang/colorization/tree/caffe Paper - https://arxiv.org/abs/1603.08511 Step
Python CMR is an easy to use wrapper to the NASA EOSDIS Common Metadata Repository API.
This repository is a copy of jddeal/python_cmr which is no longer maintained. It has been copied here with the permission of the original author for t
Youtube Video Downloader Using Python Gui Appliction with progress Bar
Youtube-Video-Downloader Youtube Video Downloader Using Python Gui Appliction with progress Bar Module Used Pytube Tkinter Pil Urllib Bytes Io LICENSE
This Bot Can Upload Video from Link Of Pdisk to Pdisk using its API. @PredatorHackerzZ
๐๐๐ข๐ฌ๐ค ๐๐จ๐ง๐ฏ๐๐ซ๐ญ๐๐ซ ๐๐จ๐ญ Make short link by using ๐๐๐ข๐ฌ๐ค API key Installation ๐๐ก๐ ๐๐๐ฌ๐ฒ ๐๐๐ฒ ๐๐๐ช๐ฎ๐ข๐ซ๐๐ ๐๐๐ซ๐ข๐๐๐ฅ๐
Youtube Downloader is a Graphic User Interface(GUI) that lets users download a Youtube Video or Audio through a URL
Youtube Downloader This Python and Tkinter based GUI allows users to directly download the Best Resolution Videos and Audios from Youtube. Pa-fy Insta
A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.
A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.
Better GitHub statistics images for your profile, with stats from private and public repos
Better GitHub statistics images for your profile, with stats from private and public repos
TkVideoplayer - This is a simple library to play video files in tkinter.
TkVideoplayer - This is a simple library to play video files in tkinter.
A Python Tkinter based Inventory managment System
Inventory Management System Using Python Tkinter Introduction Inventory managemrnt system is an open source platform for manage business. It has a com