Skip to content

Python rewrite of the Cowabunga Lite customization tool

License

Notifications You must be signed in to change notification settings

MasonH-PCT/CowabungaLitePy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cowabunga Lite Py

The (unfinished) Python rewrite of Cowabunga Lite. Works on Windows, macOS, and Linux.

Note: Windows requires the Apple Devices app from the Microsoft Store. After installing, reboot your pc.

If you are not seeing the phone after installing, try downloading iTunes for Windows from the apple site (NOT the Windows Store version).

Running the Program

Requirements:

  • PySide6
  • pymobiledevice3
  • PyInstaller (for compiling an executable)

Detailed install guide to go here later

Note: It is highly recommended to use a virtual environment:

python -m venv env
source env/bin/activate
pip install -r requirements.txt
python main_app.py

Building

To compile mainwindow.ui for Python, run the following command: pyside6-uic mainwindow.ui -o ui_mainwindow.py

To compile the resources file for Python, run the following command: pyside6-rcc resources.qrc -o resources_rc.py

The application itself can be compiled by running compile.py.

Credits

About

Python rewrite of the Cowabunga Lite customization tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%