Giter Club home page Giter Club logo

rawen's Introduction

App Icon

What's this?

Rawen is an app written in Python with wxPython as GUI toolkit. The main and the only function is removing unnecessary RAW files matching JPEG's that were removed from photo camera SD Cards as takeaways from RAW+JPEG folder.

App main (and only) window

Usage scenario:
  1. Make some photos
  2. Extract the SD Card from your Camera and insert it to your Mac
  3. Check the JPGs with Preview and remove the photos you don't like
  4. Run Rawen.app, open SD Card in it. Rawen will count and show, how many RAWs and JPGs you have.
  5. Press 'Do it.'. Rawen will delete the RAWs which has no JPGs with the same name in one folder.

Please note: RAW removal cannot be undone (easily) and I'm not responsible for any data loss.

Building instructions

1. Install required packages:

pip3 install -r requirements.txt

2. Install DMG creation tool:

brew install create-dmg

3. Create an app:

pyinstaller --name 'Rawen' \
            --icon 'AppIcon.icns' \
            --windowed  \
            rawen.py

4. Create a directory for a DMG file:

mkdir -p dist/dmg

5. Copy .app to dmg folder:

cp -r "dist/Rawen.app" dist/dmg

6. Create DMG:

create-dmg \
  --volname "Rawen" \
  --volicon "rawen.ico" \
  --window-pos 200 120 \
  --window-size 600 300 \
  --icon-size 100 \
  --icon "Rawen.app" 175 120 \
  --hide-extension "Rawen.app" \
  --app-drop-link 425 120 \
  "dist/Rawen.dmg" \
  "dist/dmg/"

7. Enjoy.

Find your Rawen.dmg file in the dist folder.

rawen's People

Contributors

ezhario avatar

Watchers

 avatar

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.