Giter VIP home page Giter VIP logo

darwinfetch's Introduction

DarwinFetch

A Python script that allows for getting Online and Full Offline installer images for macOS

This README will eventually get a nice layout and images and logos and whatnot, but for right now, all you really need to know is that this Python project is only about 1/3 complete. Right now, it does as advertised and allows a user to Fetch both Offline and recoveryOS Installers for Mac OS X / macOS, as well as PowerPC variants of Mac OS X. Anyways:

Arch Linux:

pip install -r requirements.txt
./DarwinFetch.sh

macOS:

pip3 install -r requirements.txt
./DarwinFetch.sh

Debian Linux:

pip install -r requirements.txt
./DarwinFetch.sh

darwinfetch's People

Contributors

royalgraphx avatar pumpkintheproot avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

pumpkintheproot

darwinfetch's Issues

ModuleNotFoundError: No module named 'py7zr' yet pip list shows it is...

When I execute ./DarwinFetch.ss, I get the following output:

RGX Python Project Bootstrapper Version: 0.1.2
Running on Debian-based Linux...
Python 3 detected. Version: 3.12.3
ensurepip is installed.
Virtual environment '.DFetchVEnv' already exists.
Activated virtual environment: .DFetchVEnv
Checks passed...
Running DarwinFetch using python3
Traceback (most recent call last):
  File "/opt/virtualenv/DarwinFetch/src/main.py", line 12, in <module>
    import py7zr
ModuleNotFoundError: No module named 'py7zr'

Yet,

$ > python
Python 3.12.3 (main, Sep 11 2024, 14:17:37) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import py7zr
>>> 

Help...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.