Skip to content

Kadrian/paper-gamification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper-gamification

A tool to help you write a paper.

Paper-gamification is a python script that watches a paper written in text format and calculates text statistics as soon as you hit save.

It currently supports:

  • Text or markdown
  • PDF
  • Docx (Microsoft Word)

Dependencies

pip install -r requirements.txt

Will automatically install the following:

Then, use the nltk download tool to load the corpus wordnet:

import nltk
nltk.download()

Usage

python tracker.py <paper-file> <publish-host> <paper-id>

  • <paper-file> - Source of your paper
  • <publish-host> - Root url of your deployed paper-gamification-website (Avoid a trailing '/')
  • <paper-id> - The database id of your paper in the paper-gamification-website (hacky :D)

Example

python tracker.py /usr/path/to/my-paper.md http://localhost:3000 5

Contribution

Please feel free to contribute! I'm rather new to open source publishing ;)

About

A tool to help you write a paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages