Python Apple

Open-source Python projects categorized as Apple

Top 23 Python Apple Projects

  • macOS-Security-and-Privacy-Guide

    Guide to securing and improving privacy on macOS

  • Project mention: Hardening macOS | /r/MacOS | 2023-07-03
  • opendrop

    An open Apple AirDrop implementation written in Python

  • Project mention: OpenDrop: An open source implementation of the Apple AirDrop protocol | news.ycombinator.com | 2024-03-22
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • CoreML-Models

    Largest list of models for Core ML (for iOS 11+)

  • osxphotos

    Python app to work with pictures and associated metadata from Apple Photos on macOS. Also includes a package to provide programmatic access to the Photos library, pictures, and metadata.

  • Project mention: Cleaning up my 200GB iCloud with some JavaScript | news.ycombinator.com | 2024-01-05

    > Any method that I've found to clean them up (exporting the originals, deleting them from the library, and then re-importing the JPEGs only seems easiest) will lose all of the years of metadata that I've built up in the library.

    The open source tool osxphotos (https://github.com/RhetTbull/osxphotos) can help with this. You can export the JPEG images while preserving metadata using the thrid-party exiftool utility:

    `osxphotos export /path/to/export --has-raw --skip-raw --exiftool`

    This exports all images that have a raw pair but skips the raw component then uses exiftool (https://exiftool.org/) to write the metadata (keywords, etc.) to the exported JPEG files. You can then re-import these into photos either by dragging them or by running `osxphotos import /path/to/export/*`

    Both the export and import commands have many other options for controlling export directory, etc. `osxphotos help export` or `osxphotos docs` to open docs in browser. (Disclaimer: I'm the author of osxphotos)

  • AppleNeuralHash2ONNX

    Convert Apple NeuralHash model for CSAM Detection to ONNX.

  • Project mention: Legit app in Google Play turns malicious and sends mic recordings every 15 minutes | /r/technews | 2023-05-25
  • autopkg

    Automating packaging and software distribution on macOS.

  • ambiguous-png-packer

    Craft PNG files that appear completely different in Apple software [NOW PATCHED]

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • OpenWifiPass

    An open source implementation of Apple's Wi-Fi Password Sharing protocol in Python.

  • Rapidbay

    Self-hosted torrent video streaming service compatible with Chromecast, AppleTV & Kodi deployable in the cloud

  • Project mention: Popular Pirate Bay Proxy Site Disappears from GitHub | news.ycombinator.com | 2023-05-20

    sounds like you're looking for rapidbay

    https://github.com/hauxir/rapidbay

  • apple-emoji-linux

    Brings Apple's vibrant emojis to your Linux experience

  • PyAPNs2

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

  • apple-health-grafana

    Visualise your Apple Health export in Grafana

  • Project mention: Grafana/Influx Homelab w/ Apple Health Metrics Ingestor | /r/sre | 2023-07-11

    If anyone else has ever been interested in exporting apple health data and visualizing it: https://github.com/k0rventen/apple-health-grafana was super easy to set up and fun to play around with.

  • NotionAI-MyMind

    This repo uses AI and the wonderful Notion to enable you to add anything on the web to your "Mind" and forget about everything else.

  • apple-telemetry

    Domain blocklists, IP blocklists, Little Snitch .lsrules, and cloaking files for blocking Apple telemetry

  • Project mention: Which corporations in your opinion are the most evil for privacy, and the least evil for privacy? | /r/privacy | 2023-12-09

    The privacy setting on IOS is mostly somkes and mirrors as most data is still phoned home, somone made a blocklist of services that „phone home” weirdly often (alltough some I understand, others are there for unknow reason to me). (here is what apple claims each of those send/do ), telemetry is way too closely tied with apple walled garden to fully disable it without loosing funcionality. OEM versions of android arent really better but becuase of the nature of android you can install vanilla android or even a full blown linux distro, there are some efforts to port android and normal linux to iphones, but its very much only a proof of concept, not a end-user os. Generally i personally prefer a open solution for something as low-level as an operating system. Im also very dubious over the iMessage security claims as it had security problems in the past.

  • ProfileManifestsMirror

    Jamf JSON schema manifests automatically generated from ProfileCreator manifests (https://github.com/ProfileCreator/ProfileManifests)

  • Spotify-2-AppleMusic

    Import your Spotify playlists into Apple Music for free

  • Project mention: Spotify 2 Apple Music | /r/AppleMusic | 2023-10-29

    Please check the README.md to learn how to use it. Feel free to report any issues you encounter on the GitHub Issues page of the project.

  • predictive-spy

    Spying on Apple’s new predictive text model

  • Project mention: Ferret: An End-to-End MLLM by Apple | news.ycombinator.com | 2023-12-23

    According to this article[1] it has about 34 million parameters.

    https://jackcook.com/2023/09/08/predictive-text.html

  • EmojiFonts

    Python scripts to backport and theme Apple Color Emoji font.

  • atlas

    Atlas lets you explore your Apple Health data (by atlaslib)

  • Project mention: Ask HN: Have you coded any productivity software just for yourself? | news.ycombinator.com | 2024-05-05
  • apple-ocr

    Easy-to-Use Apple Vision wrapper for text extraction, scalar representation and clustering using K-means.

  • Project mention: Easy-to-Use Apple Vision wrapper for text extraction and clustering | news.ycombinator.com | 2024-01-28

    The most interesting piece of code here IMO is the recognize() method, which demonstrates how to call Vision.VNImageRequestHandler and Vision.VNRecognizeTextRequest from Python code using pyobjc.

    https://github.com/louisbrulenaudet/apple-ocr/blob/70c25b24b...

  • macos-notifications

    Create interactable notifications in the Notification Centre on any Mac using Python

  • mlx_clip

    A simple package to use CLIP on apple silicon using the MLX libraries from Apple

  • Project mention: FLaNK AI Weekly for 29 April 2024 | dev.to | 2024-04-29
  • Orange-Share

    A small python server that accepts requests from an Apple shortcut to allow sharing all sorts of media from iOS with any desktop OS. It allows sending content right from the share sheet - similar to AirDrop between Apple Devices

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Apple related posts

  • OpenDrop: An open source implementation of the Apple AirDrop protocol

    1 project | news.ycombinator.com | 22 Mar 2024
  • Ferret: An End-to-End MLLM by Apple

    5 projects | news.ycombinator.com | 23 Dec 2023
  • Which corporations in your opinion are the most evil for privacy, and the least evil for privacy?

    1 project | /r/privacy | 9 Dec 2023
  • Show HN: Beeper Mini – iMessage Client for Android

    18 projects | news.ycombinator.com | 5 Dec 2023
  • A look at Apple’s new Transformer-powered predictive text model

    1 project | /r/hypeurls | 19 Sep 2023
  • Apple UniLM: new 34M-parameter language model built into upcoming iOS

    1 project | /r/mlscaling | 19 Sep 2023
  • A look at Apple’s new Transformer-powered predictive text model

    1 project | /r/hackernews | 18 Sep 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Apple projects in Python? This list will help you:

Project Stars
1 macOS-Security-and-Privacy-Guide 20,924
2 opendrop 8,318
3 CoreML-Models 6,253
4 osxphotos 1,727
5 AppleNeuralHash2ONNX 1,517
6 autopkg 1,255
7 ambiguous-png-packer 1,061
8 OpenWifiPass 790
9 Rapidbay 696
10 apple-emoji-linux 676
11 PyAPNs2 338
12 apple-health-grafana 329
13 NotionAI-MyMind 246
14 apple-telemetry 178
15 ProfileManifestsMirror 155
16 Spotify-2-AppleMusic 121
17 predictive-spy 121
18 EmojiFonts 103
19 atlas 73
20 apple-ocr 69
21 macos-notifications 57
22 mlx_clip 48
23 Orange-Share 46

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com