{"id":17867243,"url":"https://github.com/mithil467/mitype","last_synced_at":"2025-05-15T02:09:32.880Z","repository":{"id":37953014,"uuid":"245667361","full_name":"Mithil467/mitype","owner":"Mithil467","description":"Typing speed test in terminal","archived":false,"fork":false,"pushed_at":"2025-03-03T18:47:39.000Z","size":8830,"stargazers_count":414,"open_issues_count":8,"forks_count":61,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T02:09:24.931Z","etag":null,"topics":["cmd","command-line","console","curses","hacktoberfest","terminal","terminal-based","terminal-game","typing"],"latest_commit_sha":null,"homepage":"http://mithil467.github.io/mitype","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mithil467.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/MithilPoojary"]}},"created_at":"2020-03-07T16:30:43.000Z","updated_at":"2025-05-14T04:02:34.000Z","dependencies_parsed_at":"2023-09-26T07:14:34.214Z","dependency_job_id":"0b503025-35c7-4c0a-aa5d-ff3112694ece","html_url":"https://github.com/Mithil467/mitype","commit_stats":{"total_commits":192,"total_committers":31,"mean_commits":6.193548387096774,"dds":0.34375,"last_synced_commit":"7ac9f83b4768277a866ec786a1e7fdea684a6904"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mithil467%2Fmitype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mithil467%2Fmitype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mithil467%2Fmitype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mithil467%2Fmitype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mithil467","download_url":"https://codeload.github.com/Mithil467/mitype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259384,"owners_count":22040820,"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":["cmd","command-line","console","curses","hacktoberfest","terminal","terminal-based","terminal-game","typing"],"created_at":"2024-10-28T09:45:46.955Z","updated_at":"2025-05-15T02:09:32.840Z","avatar_url":"https://github.com/Mithil467.png","language":"Python","readme":"\u003ch1 align=\"center\"\u003e ⌨ Mitype ⌨ \u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    Typing Speed Test in Terminal\n    \u003cbr /\u003e\n  \u003cbr /\u003e\n\u003ca href=\"https://codeclimate.com/github/Mithil467/mitype/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/4d0397d4c7dd3b81a205/maintainability\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pypi.org/project/mitype/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/mitype.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"LICENSE.txt\"\u003e\u003cimg src=\"https://img.shields.io/pypi/l/mitype.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/ambv/black\"\u003e\u003cimg src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"\u003e\u003c/a\u003e\n\u003cbr /\u003e\n\u003cimg src=\"docs/source/_static/demo.gif\" alt=\u003e\n\u003c/p\u003e\n\n**Mitype** is a program to test (and hence improve) your typing speed right from the ease of your terminal.\n\nWritten completely in python with no external dependencies!\n\n## ✨ Main Features\n\n- 🖥️ Cross-platform\n- 🎦 See your replay\n- 📝 Choose custom text input\n- 🅰️ 6000 text samples\n- 🌈 Colored texts\n\n## 🔧 Install\n\nMitype can be easily installed by:\n\n```bash\npip install mitype\n```\n\n## 📈 Usage\n\nOnce installed, you can run it simply as:\n\n```\nmitype\n```\n\nYou can also customize each run by specifying the following options as:\n\n- ```-f FILENAME, --file FILENAME```\n  Uses contents of file as sample text.\n- ```-d N, --difficulty N```\n  N can be in range [1, 5] with 1 being the easiest. This decides the length of the text.\n- ```-i ID, --id ID```\n  ID can be in range [1, 6000].\n\nYou can quit mitype anytime by pressing the `ESC` key or `CTRL-C`.\n\nYou can also directly [run on repl.it](https://mitype.mithil467.repl.run/) in your web browser although, the latency is pretty high.\n\n## 💚 Contributing\n\nWe encourage you to contribute to mitype! Please check out the [Contributing Guidelines](CONTRIBUTING.md) about how to proceed.\n\n## 📜 License\n\nLicensed under the [GPL](LICENSE.txt) license.\n\nText samples in database are collected from [Typeracer Data](http://typeracerdata.com/texts).\n","funding_links":["https://paypal.me/MithilPoojary"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmithil467%2Fmitype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmithil467%2Fmitype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmithil467%2Fmitype/lists"}