{"id":20106164,"url":"https://github.com/himkt/trackyou","last_synced_at":"2025-10-20T03:58:28.001Z","repository":{"id":57476839,"uuid":"74551142","full_name":"himkt/trackyou","owner":"himkt","description":null,"archived":false,"fork":false,"pushed_at":"2016-12-16T15:36:28.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T17:54:27.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/himkt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-23T07:23:59.000Z","updated_at":"2016-12-07T03:50:50.000Z","dependencies_parsed_at":"2022-09-12T14:50:50.705Z","dependency_job_id":null,"html_url":"https://github.com/himkt/trackyou","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/himkt%2Ftrackyou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/himkt%2Ftrackyou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/himkt%2Ftrackyou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/himkt%2Ftrackyou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/himkt","download_url":"https://codeload.github.com/himkt/trackyou/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241549089,"owners_count":19980475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T17:49:15.723Z","updated_at":"2025-10-20T03:58:27.936Z","avatar_url":"https://github.com/himkt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trackyou\n\nHow many words did you write today ?\n\n# Requirement\n\nYou have to install [pandoc](http://pandoc.org/)\n\nIf you have already installed [homebrew](http://brew.sh/), you can install pandoc with\n\n\u003e brew install pandoc\n\n\n# installation\n\n\u003e pip install trackyou\n\n\n# Run\n\n```python\nfrom trackyou.trackyou import TrackYou\n\nty = TrackYou(target=prefix + 'path_to_tex', title='hoge', output_dir=prefix + 'dir_output' + '/')\nty.report()\n```\n\n\n# Run with plot\n\nThanks to this [Pull Request](https://github.com/himkt/trackyou/pull/1), trackyou can provide graphical interface for visualize your progress (__To enable this feature, you have to install bottle__) !\n\nIf you wanna enable this feature, you have to install [bottle](http://bottlepy.org/docs/dev/)\n\n```python\nfrom trackyou.trackyou import TrackYou\n\nty = TrackYou(target=prefix + 'path_to_tex', title='hoge', output_dir=prefix + 'dir_output' + '/', plot_feature=True)\nty.report()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhimkt%2Ftrackyou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhimkt%2Ftrackyou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhimkt%2Ftrackyou/lists"}