Skip to content

MattHeffNT/Kaytetyemoji

Repository files navigation

KaytejEmoji

This is an Ionic(v6)/React/TypeScript based recreation of the IndigEmoji app.

Install

You will need Android Studio (including all the respective Java libraries, sdks etc) to develop for Android. For IOS you will need X-code (and probably an apple device) with respective libraries for that.

Ionic has its own documentation so Ionic install and usage instructions should be sourced there first.

To install and run this source code you will need to install the Ionic CLI

npm install -g @ionic/cli

After that run npm install as usual.

Android/IOS instructions

Features such as the social sharing will not work from just a web server so you will need to install Android/IOS wrappers to be able to use this in your development environment.

Python files

The python files in the repository are quality of life scripts. The ConvertXL script generates the table and reformats some of the cells to get them ready to be exported as a CSV file.We have this running in a virtual environment (hence requirements.txt) So make sure you run:

pip install -r requirements.txt
  • Once converted to CSV then we can run Sam's script check_images.py to convert to JSON which we then use to dynamically load in the audio etc.

License

GPL-3.0

The copyright for the artwork and cultural knowledge remains with each individual artist involved. They have licensed the use of their work to the emoji bosses and broader team to be included and shared through the free apps (IndigEmoji/Kaytetyemoji).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published