Giter Club home page Giter Club logo

evertranslator's Introduction

EverTranslator

GitHub version CI

Get it on google play

app icon

Translate any text on screen, even in games!

Watch usage guide on Youtube

Features

  • Recognize any text on the screen.
  • Translate the recognized text.
  • Copy the recognized text or translated text.
  • Read out the text. (temporarily removed)

Requirement

  • Android 5.0 (API level 21) or above.
  • Permission of display over other apps. (not suitable for Android Go)

Get the app

Download it on Google Play

Get it on google play

Build from source

Environment requirements

  • Android SDK
  • Android Studio (optional)

Produce APK by command line

  1. Create a local file ./local.properties and put your Android SDK path to it as sdk.dir=path to SDK, or simplily open the project with Android Studio, it will automatically create the required file for you.
  2. Assemble APK file by ./gradlew clean assembleDevDebug
  3. You can find the APK file on main/build/outputs/apk/dev/debug/main-dev-debug.apk
  4. Install debug APK to your phone by adb install -r -t main/build/outputs/apk/dev/debug/main-dev-debug.apk

Open project in Android Stuido

  1. Open the project's root folder by Android Studio, the application module is the main folder.
  2. You can simplily build and run application by the built-in buttons in Android Studio.

Flavors

  • Dev for development
  • Prod for releasing to Google Play

Contact

If you encounter a bug, please raise an issue here.

For general questions, you can raise an issue or send an email [email protected].

evertranslator's People

Contributors

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