All Projects → cuducos → pwned-antifas

cuducos / pwned-antifas

Licence: GPL-3.0 license
projeto7c0.com.br/pwned-antifas/

Programming Languages

HTML
75241 projects
elm
856 projects
python
139335 projects - #7 most used programming language

Pwned Antifas

The app works off-line and is just two files: dist/index.html and dist/app.js.

Requirements

  • Python 3.8 with Poetry to read the names and generates the hashes from the PDF source
  • java available in your system Path (since we use Apache Tika's Python wrapper to convert PDF to text)
  • NodeJS with npm for the front-end

Installing dependencies

$ poetry install
$ npm install

Creating dist/index.html

$ poetry run python create_html.py <PATH TO PDF FILE>

Creating dist/app.js

$ npm run build

Loading the app

$ open dist/index.html

For Elm developers

$ npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].