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

GitHub topics: pathlib

ehrg1/CS315-folder-cleaner

This repository showcases a project developed for the CS315 Algorithms Design and Analysis course, focusing on delete all duplecated filles in a folder.

Language: Python - Size: 185 KB - Last synced at: about 22 hours ago - Pushed at: about 23 hours ago - Stars: 1 - Forks: 1

yashwanth2706/trek

Trek — A command-line tool inspired by tree to explore a project's directories and subdirectories.

Language: Python - Size: 0 Bytes - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

abitofhelp/chunker_python

This repository, chunker_python, is a Python-based project designed to perform chunking operations, which involve splitting data into smaller, manageable pieces for processing, storage, or transmission. The project is structured to use pip for dependency management, ensuring that required libraries are easily installed and maintained.

Language: Python - Size: 13.7 KB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

alexdelorenzo/aiopath

📁 Asynchronous pathlib for Python

Language: Python - Size: 271 KB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 177 - Forks: 7

drivendataorg/cloudpathlib

Python pathlib-style classes for cloud storage services such as Amazon S3, Azure Blob Storage, and Google Cloud Storage.

Language: Python - Size: 16.7 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 537 - Forks: 68

Diapolo10/iplib3

A pathlib.Path equivalent for IP addresses.

Language: Python - Size: 1.25 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 11 - Forks: 5

arvind-4/word-indexing

Simple python script to index words according to pages

Language: Python - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

andhus/scantree

Flexible recursive directory iterator: `scandir` meets `glob("**", recursive=True)`

Language: Python - Size: 68.4 KB - Last synced at: 28 days ago - Pushed at: 9 months ago - Stars: 16 - Forks: 8

CamilaJaviera91/pyspark-first-approach

This code demonstrates how to integrate PySpark with datasets and perform simple data transformations. It loads a sample dataset using PySpark's built-in functionalities or reads data from external sources and converts it into a PySpark DataFrame for distributed processing and manipulation.

Language: Python - Size: 1.27 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

lee-cq/alist-sdk

Alist API 封装,客户端支持同步和异步,全部的请求和响应都有完整的数据校验。支持pathlib的路径风格,体验使用更接近Python调用原生文件系统。一个简单的命令行工具正在开发中。

Language: Python - Size: 243 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 5 - Forks: 2

saimanish-p/pairs-trader-sim

A customisable pairs trading strategy simulator and dashboard.

Language: Python - Size: 2 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Dobatymo/sqlitefspath

A pathlib compatible implementation of a filesystem stored in a SQLite database.

Language: Python - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

fahadelahikhan/Desktop-Cleaner-Script

A Python script to automatically organize and clean your desktop by sorting files into sub-folders based on their extensions.

Language: Python - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Sharkb8t/credit-risk-classification

Demonstrates my abilities to use Jupyter Notebook with scikit-learn to train and evaluate a machine learning model.

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

misterrager8/notable

Open-source web-app that allows you to manage markdown files and organize them, keep them in order and organized by topic, powered by Flask and Pathlib.

Language: JavaScript - Size: 1.45 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

jayqi/python-find-project-root-cookbook

Short code examples to find the root directory of your project

Language: Python - Size: 25.4 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

rezapace/Machine-Learning-Sound-Detection

Welcome to the Machine Learning Detection Sound project! This project harnesses the power of machine learning to analyze car sounds, enabling the detection of vehicles based on their audio signatures.

Language: Jupyter Notebook - Size: 272 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

henanduartee/streamlit_fifa_project

Projeto de estudos em Python, utlizando: pandas, pathlib, datetime e streamlit

Language: Python - Size: 12.1 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

d-chris/pathlibutil

python __class__ inherits from pathlib.Path with methods for hashing, copying, deleting and more

Language: Python - Size: 877 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

tinaland101/credit-risk-classification

The purpose of this project is to build a credit risk classification model using machine learning techniques. This model helps identify the creditworthiness of borrowers based on historical lending data. Specifically, it uses a logistic regression model to predict whether a loan is healthy (0) or high-risk (1).

Language: Jupyter Notebook - Size: 894 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

eattrenclenhard/PDF-Invoice-Generator

Generates invoice(s) automatically for each Excel file placed inside 'invoices' folder.

Language: Python - Size: 322 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

PhanChenh/DataWrangling_PythonProject

Data Wrangling Project - Securities Upload for Strong Oak Security Management

Language: Python - Size: 778 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

CamilaJaviera91/Prediction-of-Housing-Prices-Using-Linear-Regression

This project provides tools to search for datasets on Kaggle, download and preprocess them, and perform predictions using a Linear Regression model. It includes interactive text-based user interfaces built with `curses`.

Language: Python - Size: 397 KB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

CamilaJaviera91/flask-to-download-csv-file

This is a Flask-based web application that allows users to search for datasets on Kaggle and download them directly. The app provides a user-friendly interface to interact with Kaggle's dataset repository, making it easier to find and retrieve datasets.

Language: HTML - Size: 288 KB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

algoscienceacademy/imageProcessingPython

Image processing python code

Language: Python - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

leo-hart/expense-tracker-cli

A command-line application to manage personal finances with ease.

Language: Python - Size: 12 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

kevinrhz/PyFileManager

A cross-platform file management system built with Python and PyQt6. Features file browsing, search, and future support for drag-and-drop & sidebar navigation.

Language: Python - Size: 68.4 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

cthoyt/pystow

👜 Easily pick a place to store data for your Python code.

Language: Python - Size: 295 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 35 - Forks: 6

gsoaresdz/sales-automation

📊 Automate sales analysis and reporting.

Language: Jupyter Notebook - Size: 7.54 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Danish-Jamil-01/kidney-tumor-detection

Demonstrating how changes in input image resolution affect the algorithm's output

Size: 1.78 GB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

bitranox/pathlib3x

backport of latest pathlib (3.10.a0) to python 3.6 and newer with a few extensions

Language: Python - Size: 157 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 12 - Forks: 2

jwodder/iterpath

Iterate through a file tree

Language: Python - Size: 74.2 KB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 1

AliGhaffarian/git-in-there

a simple backup script that uses git

Language: Python - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

vinod-polinati/OCR2Data

An ML pipeline to extract structured data from receipt images using OCR and Groq and converts receipt details into a CSV for analysis

Language: Python - Size: 9.37 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MariiaSam/python_algorithms_04

Language: Python - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

tik9/cpython

Python: File Os Functions like move, copy and rename

Language: Python - Size: 5.18 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

Shivani-20/json-diff-cli

Generates differences between two json files on the console in a colored and columnar manner.

Language: Python - Size: 1.33 MB - Last synced at: 28 days ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

alaa-aleryani/Project_1 Fork of RobinLWilson/Project_1

Language: Jupyter Notebook - Size: 8.92 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

marquescharlon/Automatizacao-Selenium-Python

Automatizar o processo de acessar o site, realizar o login, baixar arquivos, descompactá-los e transferi-los para o servidor via FTP.

Language: Python - Size: 21.3 MB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 17 - Forks: 0

gsoaresdz/base-indicators

📁 Distribuindo indicadores em suas respectivas pastas

Language: Jupyter Notebook - Size: 45.9 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

aiidateam/archive-path

A package to provide pathlib like access to zip & tar archives

Language: Python - Size: 74.2 KB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 2

drivendataorg/pandas-path

Use pathlib syntax to easily work with Pandas series containing file paths.

Language: Python - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 69 - Forks: 4

DebanKsahu/Skimlit

Project SkimLit

Language: Jupyter Notebook - Size: 87.3 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

jalfr3d/excel-invoices-to-pdf

A python script to create multiple pdf files from excel's invoices or txt with examples

Language: Python - Size: 110 KB - Last synced at: 26 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

vilelacc/py-organizer

Este script organiza arquivos em um diretório especificado, movendo-os para pastas baseadas em suas extensões.

Language: Python - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

zeeshan2k2/Twitter-Automation

A python script that will help boost twitter followers.

Language: Python - Size: 15.4 MB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

zeeshan2k2/Youtube-playlist-to-mp3

A Python script which will convert youtube playlist to mp3 and save it into a folder.

Language: Python - Size: 19.3 MB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

matfax/mutapath

mutable pathlib for Python

Language: Python - Size: 385 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 3 - Forks: 0

amiriiw/gesture_recognition

Welcome to the Gesture Recognition Project! This project is designed to train a model to recognize hand gestures from images, and then use that model to detect gestures in real-time.

Language: Python - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

OtenMoten/data-chaos-wizard

It's designed to organize your messy data files with one click on your system.

Language: Python - Size: 39.1 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Hugo-Hattori/Property_Price_Prediction_Machine_Learning

Machine Learning Project to create an AI capable of predicting property's rental prices.

Language: Jupyter Notebook - Size: 16.5 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

LeftCoastNerdGirl/Interactive_Visualizations Fork of jasleen1589/Urbanization_Project

This group project demonstrated the ability to collaborate to analyze data and prepare interactive visualizations.

Language: Jupyter Notebook - Size: 230 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

LeftCoastNerdGirl/Supervised_Learning

This project demonstrates supervised machine learning using scikit-learn.

Language: Jupyter Notebook - Size: 532 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

jb2170/PathlibIO

CLI functionality of Python's Pathlib module

Language: Python - Size: 19.5 KB - Last synced at: 26 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

SINGHxTUSHAR/FloraVision

In this Project we classify different categories of Flowers using a Pre-Trained model and also using the functionality of Streamlit Application to build an API or frontend for the Project along with the various libraries of python for proper functioning of Model.

Language: Python - Size: 41.9 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

glopezv95/os-file-retrieval

A pathlib/os based python script to retrieve data from the files present in the path provided and it's inmediate subdirectories.

Language: Python - Size: 104 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

uyar/pathstring 📦

String with path operations.

Language: Python - Size: 121 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

super16/file-browser

Flask File Browser Application

Language: Python - Size: 79.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

jose-pr/pathlib_next

Path Protocol and uri implementation based on pathlib

Language: Python - Size: 107 KB - Last synced at: 27 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KianCandelario/FileOrganizer

A simple Python automation project that automatically organizes files into appropriate folders.

Language: Python - Size: 906 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

erlhol/Merge-pdf

Project for making it easier to merge pdfs

Language: Python - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

flysirin/Cut_Img_into_4_parts

Cutting images into 4 parts

Language: Python - Size: 22.9 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

arghyadutta/code-i-use

Codes for decent plots, evaluating clustering quality, using pathlib…

Language: Jupyter Notebook - Size: 2.72 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

P1etrodev/linker

A symlinks-manager developed in python.

Language: Python - Size: 260 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

anquetos/udemy-python-training-course-2024

Udemy training projects : "Python La Formation Complète 2024"

Language: Python - Size: 352 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Hugo-Hattori/Process_Automation_One_Page_Report

Robotic Process Automation Project.

Language: Jupyter Notebook - Size: 7.7 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AntonVagabond/FaceRecognizer

The face recognition project.

Language: Python - Size: 5.8 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

alaa-aleryani/Credit_Risk_Classification

We used various techniques to train and evaluate a model based on loan risk. We used a dataset of historical lending activity from a peer-to-peer lending services company to build a model that can identify the creditworthiness of borrowers.

Language: Jupyter Notebook - Size: 528 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

3293406747/ddddpytest

基于pytest的异步接口自动化框架。个人练习项目

Language: Python - Size: 1.92 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 19 - Forks: 4

dragon11112222/flaskbook_with_db

파이썬 플라스크 웹 앱 개발 입문 chapter2 crud app 구현

Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

CristianoFIlho/MassRename

Renomeador de arquivos em python

Language: Python - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AnnaMihailovna/pdfplumber

Конвертер файлов из PDF в mp3

Language: Python - Size: 112 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

vilela19/file-organizer

Este script Python ajuda a organizar arquivos em um diretório especificado, classificando-os em pastas com base em suas extensões de arquivo.

Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

brandon-wallace/install_firefox_for_me

Use Python to Install the Latest Firefox Quantum or Developer Edition.

Language: Python - Size: 15.6 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

dephell/dephell_archive

Pathlib for archives

Language: Python - Size: 453 KB - Last synced at: 27 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 6

AusAura/Extension-File-Sorter

Sorting files by extensions. Showing statistics. Easy to configure, icludes cyrillyc ->> latin alphabet translation and normalization. Using regex.

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kletcka/generate_avatar

Простой код, генерирующий аватарки.

Language: Python - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

marc17044/android-phone-backup-creator

File copying and organization according to their respective file extensions.

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Velidonimo/face-recognition

This app takes pics from "sample" folder, searches the faces, resizes and saves into the "resized" folder. See samples in the folders.

Language: Python - Size: 3.12 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

havocesp/pathext

Just an enhanced version of Python built-in "pathlib.Path" class.

Language: Python - Size: 73.2 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

Mgobeaalcoba/restaurant_desktop_soft_tkinter

Versatile desktop software built using Python and Tkinter GUI library. It offers a user-friendly interface, enabling efficient data management and customization. Boost your productivity with this intuitive desktop application.

Language: Python - Size: 91.8 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

juftin/pathlibrs

A ⚡️fast⚡️ implementation of the pathlib.Path class. Written in Rust, built for Python.

Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jakecyr/node-url-path

Simple utility class to help join URL parts and add query parameters.

Language: JavaScript - Size: 45.9 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Gr0ki/lab-works

Tasks for my uni program.

Size: 219 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

GvHemanth/CNN--Image-Classification--Melanoma

Skin Cancer Detection using CNN is a deep learning project that accurately detects melanoma. With a dataset of 2357 skin images, the model alerts dermatologists about melanoma presence, aiding in early detection. It showcases CNN's effectiveness in medical image analysis.

Language: Jupyter Notebook - Size: 5.03 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

II-777/goit-python-hw-06

goit-python-hw-06

Language: Python - Size: 51.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

margaretkhendre/Crypto-Clustering-vs-Unsupervised-Machine-Learning-Challenge

In this repository, Google Colaboratory is paired with Unsupervised Machine Learning to predict if cryptocurrencies are affected by 24-hour or 7-day price changes.

Language: Jupyter Notebook - Size: 19.8 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kgarayev/filesearch

Searches files in the given directory and identifies the ones that are python scripts (.py extension)

Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

pinaki3majumder/ai-ml-music-genre-prediction-web-app

Deploy a machine-learning web app that makes predictions based on data using Python and Flask.

Language: HTML - Size: 53.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

NeonOstrich/Credit-Risk-Classification-using-Logistic-Regression

Trained and evaluated two supervised machine learning models using original and resampled data to identify 'healthy loan' and 'high risk loan' applicants from financial disclosures.

Language: Jupyter Notebook - Size: 932 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ericyang91/Credit_Risk_Classification

Uses various techniques to train and evaluate a model based on loan risk. Uses a dataset of historical lending activity from a peer-to-peer lending services company t o build a model that can identify the creditworthiness of borrowers.

Language: Jupyter Notebook - Size: 574 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

angeljmercado/invoices-generator

Creates pdf invoices from excel files

Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mmsaki/whale_portfolio

Determine which Whale portfolio is performing the best across multiple areas: volatility, returns, risk and Sharpe ratios.

Language: Jupyter Notebook - Size: 28.7 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

HelloAgni/SHA

A script that asynchronously downloads files and calculates the hash sum

Language: Python - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ShahindaAnwer/Pneumonia_Detection

Language: Jupyter Notebook - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

DaniloNovakovic/zipbins 📦

Python CLI app that zips binary files for projects built with .NET Framework into a single .zip file

Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

sbrugman/pathlad

Your friendly Python Path Converter

Language: Python - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

crob1001/file_compare

compares directories of files and their contents, works with txt, csv, and xlsx.

Language: Python - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rumpelsepp/aiopath 📦

Wrapper for pathlib.Path providing async methods

Language: Python - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Alfareiza/repository-to-pdf

[Personal Project] Python program that converts your repository into a PDF file locally. It takes the information using argparse as mechanism of input. Besides, I used pdfkit and pygments as external libraries.

Language: Python - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0