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]

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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)

  • 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

  • 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.

  • EmojiFonts

    Python scripts to backport and theme Apple Color Emoji font.

  • Project mention: [Question] Can anyone tell me why the new emojis show up using Emojiport 15(ios15.0/SE2 - Xina15 jailbreak) | /r/jailbreak | 2023-04-28

    1- Download the font file from poomsmart’s github here

  • 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

  • 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

  • SoundSage---LLM-Audio-Processing

    Open source Python program for automating gain staging. part 1 of a series for automating audio processing tasks, end goal is to create a full set of tools for an AI to use for automating Audio processing for Music, Film, Game and any other possible applications. UI for AutoGain is very basic but the app is very functional. currently only for MacOS

  • Project mention: Text-to-Audio Processing *Help Needed* | /r/LLMDevs | 2023-07-01

    I am currently working on a project called SoundSage - LLM Audio Processing, which is hosted on GitHub. The project is aimed at developing a system for audio processing using various tools and techniques. You can find the repository here: SoundSage - LLM Audio Processing

  • RepairPhotosBookmarks

    Repair broken bookmarks to referenced files in Apple Photos to fix "Missing file" errors when moving a Photos library to a different disk or machine.

  • 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

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,878
2 opendrop 8,318
3 CoreML-Models 6,221
4 osxphotos 1,690
5 AppleNeuralHash2ONNX 1,517
6 autopkg 1,246
7 ambiguous-png-packer 1,061
8 OpenWifiPass 790
9 Rapidbay 690
10 apple-emoji-linux 665
11 PyAPNs2 338
12 apple-health-grafana 322
13 NotionAI-MyMind 246
14 apple-telemetry 177
15 ProfileManifestsMirror 153
16 predictive-spy 121
17 Spotify-2-AppleMusic 111
18 EmojiFonts 98
19 apple-ocr 67
20 macos-notifications 54
21 Orange-Share 46
22 SoundSage---LLM-Audio-Processing 25
23 RepairPhotosBookmarks 14

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