Typeinc


NameTypeinc JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryTypeinc, an ncurses based tool, is your goto terminal tool to play around with your typing speed with various difficulty levels.
upload_time2024-11-22 09:09:37
maintainerNone
docs_urlNone
authorAnirudhG07
requires_python>=3.11
licenseNone
keywords cli terminal typing typing speed test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Typeinc ![Static Badge](https://img.shields.io/badge/version-1.0.1-red) ![Static Badge](https://img.shields.io/badge/Typing_Test-CHECK_IT-blue)

Typeinc (pronounced `type-inc`), a python & _ncurses_ based tool, is your goto terminal tool to play around with your typing speed with various difficulty levels.
You get an amazing UI for typing keyboard giving you a feel of both typewriters and keyboards. Both humans and robots can get their typing speed, don't worry robots won't break the limits set here.
<br>

<p align="center">
  <img src="https://media2.giphy.com/media/ule4vhcY1xEKQ/200w.gif?cid=6c09b952li35zp64s3iz0l9u482nurwqbtz49iv8hod95ox0&ep=v1_gifs_search&rid=200w.gif&ct=g" alt="Funny GIF">
</p>

Typeinc has nothing to with C, although pronounced so. It's like `type-i-nc` meaning type-type, I-user(you), nc-ncurses, OR maybe `type-inc` (Typing Incorporation), honestly I donno. Make out whatever you want _bruh!_

# Previews/Screenshots

https://github.com/AnirudhG07/Typeinc/assets/146579014/f7684d4e-1844-4f6a-ad66-3549dfd2043f

# Features

Tyepinc provide some a next level typing test experience sitting on your terminal.

## 1. UI ![Static Badge](https://img.shields.io/badge/WATCH_ME-cyan)

This terminal software provides a user-friendly UI with easy interactions, unless the user purposefully messes with things.<br>
It provides a really cool UI with a monitor and a KEYBOARD which gets typed when you type. (Not all keys are functional, try avoiding pressing useless buttons).

## 2. Difficulty levels ![Static Badge](https://img.shields.io/badge/SO_HARD-red)

Typeinc has the widest range of difficulty level. You can actually put any number between -infinity to +infinity (keeping in mind computer limitations). Although they are categorized so any difficulty level more than 1000 will be based on LUCK, you may get an easy level 1000 + typing test, or really nasty cause it's absolutely random.<br>
Give your best shot with the difficulty levels and have fun typing!<br>

Here is a detailed summary of the Difficulty level division.

```markdown
- Level <= 0 : Super Easy (Regular) (SE)
- 0 < Level <= 2 : Easy (E)
- 2 < Level <= 4 : Normal (N)
- 4 < Level <= 6 : Hard (H)
- 6 < Level <= 9 : Super Hard (SH)
- 9 < Level <= 10 : Insane (I)
- 10 < Level < 20 : Super Insane (SI)
- 20 <= Level < 50: BRUH (X)
- 50 <= Level < 100: SUPER BRUHH (X2)
- 100 <= Level < 500: DAMNN BRUHHH!! (XX)
- 500 <= Level < 1000: U ROCK BRUHHH! (XX2)
- 1000 <= Level: GOD BRUH!!! (SXX)
```

All the difficulties levels are set by me, including the names. This test is a total 'BRUHHH'!<br>
For example-
<br>
<img width="940" alt="higher_diff_txt-img" src="https://github.com/AnirudhG07/Typeinc/assets/146579014/72be858b-554a-44ce-830f-f12931233850">

This is an example of 50 word test-text at difficulty level = 20. (It may differ for you).

**Note:** If you want to have the regular typing test, please enter without mentioning any difficulty level since Default Difficulty is set to 0.

## 3. Grading and Typeinc score ![Static Badge](https://img.shields.io/badge/I_PASSED!-green)

The grading system differs for each difficulty level chosen and so is your score. The higher the difficulty level,
more the score you will obtain.<br>
Refer this tool to your friends, family and colleagues and compete with them!<br>

Please refer to <a href="https://github.com/AnirudhG07/Typeinc/blob/main/docs/standards_grading.md"> Typeinc standards & grades </a> for more information regarding the grading and typeinc score.

## 4. Highscore Display ![Static Badge](https://img.shields.io/badge/RANKS!-yellow)

Save your result with your name for each test you take. You can also see the top 10 for each respective difficulty level by running the command - (Note: difficulty level is code for each difficulty level, like 'E', 'X2', etc.)

```bash
typeinc -r <difficulty-level>
```

The topper is the one with higher `Typeinc Score`.<br>

Only 100 scores are saved in database which are ordered in desceding order w.r.t Typeinc score. Any score which is lesser than least of them, will not be saved. Try to beat that score to be able to save it, but this will push out the one who went to position 101, which will be deleted.

# How to Install

This is a cross-platform tool so it can be downloaded in your MacOS, Linux, Windows, etc.<br>
Follow the below guidelines to download the software.

## ~> PIP Installation

1. You can install this package from PyPi by running the following command0

```bash
pip install typeinc
```

2. Now you are good to go! Play by simply running typeinc by-

```bash
typeinc # to play
typeinc -h # to see help message
```

## ~> Homebrew Installation

This tool can also be installed using Homebrew(for MacOS only). You can install it by tapping my homebrew-tap repo and installing the tool.

```bash
brew tap anirudhg07/anirudhg07
brew install typeinc
```

You can now run the tool by running `typeinc -h` in your terminal. If you are facing issues, try running-

```bash
brew install anirudhg07/anirudhg07/typeinc # After tapping the repo
```

Make sure you have Homebrew installed in your MacOS and it is updated which can be done by running `brew update`.

## ~> Manual Installation

To install this tool manually, you can `git clone` this repository in your directory and install i.e. run the below commands-

```bash
git clone https://github.com/AnirudhG07/Typeinc.git
cd Typeinc
pip install .
```

Now you should be able to run the tool using `typeinc` in your terminal. Feel free to raise an issue if you face with any errors.

# Typeinc-mini

This is made for those who do not have a big enough screen and see the message - <br>
`...If still the issue persists, too bad.`<br>
Typeinc-mini, is a miniature version of Typeinc. Same features but less UI (you don't get the Typeinc-keyboard :<).

Check it out at: https://github.com/AnirudhG07/Typeinc-mini

We provide 2 solutions for screen-issues-

1. Try Typeinc-mini
2. Try decreasing font size/increasing number of lines in terminal or similar
3. Get a bigger screen bruh... (not much of a solution)

I hope you can enjoy Typeinc as much as you can irrespective of your screen size!

# Dependencies

This tool doesn't require a lot of dependencies but you need some basic requirements like

- python version >= 3.11
- curses library of python (Note: It will be automatically installed if you use the Pip Installation process)
- For Windows, windows-curses and setuptools are needed.

If you have any doubts/facing any issue, feel free to raise an issue.

# Documentation

Check out the <a href ="https://github.com/AnirudhG07/Typeinc/tree/main/docs"> docs </a> in the repository for information regarding how to use, grading system, general queries, etc. Check out the help message in your terminal to check out the usage too ny running `typeinc -h`.

## Tldr

Thanks to maintainers at `tldr/tldr-pages`, we have English and Spanish tldr for typeinc (View PR #1).
<br>

```bash
$ tldr typeinc
```

# Contribution

It would be great to have contributions from anyone. To make Typeinc more loved among everyone and make it better, feel free to raise an issue, discuss and make a PR.

### Contribution Guidelines

1. If you would like to raise any grading system based issues, please have a valid point using some mathematical figures to support your statements.
   Statements like `This is unfair`, `I don't like it`, etc. will not be attended to.
2. If you feel like adding a feature or fixing bug, please put up an issue before adding a PR.
   <br>
   You can always post your highest score and grade with wpm, accuracy and difficulty level chosen. I would love to make a global top list and add you there, if you are worthy!

## Note regarding Grading system ![Static Badge](https://img.shields.io/badge/Grading_Acknowldgement-purple)

- All the grading, difficulty level, typeinc score is devised by AnirudhG07(me). It has not been taken from anywhere
  and all the numbers set has been made from a fair system and intuition.
- I honestly would give more score to a person trying higher difficulty level cause they won't achieve a good wpm, unlike regular level where even 140-150 is possible.
- In no way I am also trying to equate the best possible (wpm, accuracy) of Regular Difficulty level to least possible (wpm, accuracy) of the most Difficult level.
  <br>
  Thanks!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Typeinc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "CLI, terminal, typing, typing speed test",
    "author": "AnirudhG07",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/0e/f3/95e8633d1deeeabcb7db34a49d2d5110c5a2ee299d8776612e9a6ed01f50/typeinc-1.0.1.tar.gz",
    "platform": null,
    "description": "# Typeinc ![Static Badge](https://img.shields.io/badge/version-1.0.1-red) ![Static Badge](https://img.shields.io/badge/Typing_Test-CHECK_IT-blue)\n\nTypeinc (pronounced `type-inc`), a python & _ncurses_ based tool, is your goto terminal tool to play around with your typing speed with various difficulty levels.\nYou get an amazing UI for typing keyboard giving you a feel of both typewriters and keyboards. Both humans and robots can get their typing speed, don't worry robots won't break the limits set here.\n<br>\n\n<p align=\"center\">\n  <img src=\"https://media2.giphy.com/media/ule4vhcY1xEKQ/200w.gif?cid=6c09b952li35zp64s3iz0l9u482nurwqbtz49iv8hod95ox0&ep=v1_gifs_search&rid=200w.gif&ct=g\" alt=\"Funny GIF\">\n</p>\n\nTypeinc has nothing to with C, although pronounced so. It's like `type-i-nc` meaning type-type, I-user(you), nc-ncurses, OR maybe `type-inc` (Typing Incorporation), honestly I donno. Make out whatever you want _bruh!_\n\n# Previews/Screenshots\n\nhttps://github.com/AnirudhG07/Typeinc/assets/146579014/f7684d4e-1844-4f6a-ad66-3549dfd2043f\n\n# Features\n\nTyepinc provide some a next level typing test experience sitting on your terminal.\n\n## 1. UI ![Static Badge](https://img.shields.io/badge/WATCH_ME-cyan)\n\nThis terminal software provides a user-friendly UI with easy interactions, unless the user purposefully messes with things.<br>\nIt provides a really cool UI with a monitor and a KEYBOARD which gets typed when you type. (Not all keys are functional, try avoiding pressing useless buttons).\n\n## 2. Difficulty levels ![Static Badge](https://img.shields.io/badge/SO_HARD-red)\n\nTypeinc has the widest range of difficulty level. You can actually put any number between -infinity to +infinity (keeping in mind computer limitations). Although they are categorized so any difficulty level more than 1000 will be based on LUCK, you may get an easy level 1000 + typing test, or really nasty cause it's absolutely random.<br>\nGive your best shot with the difficulty levels and have fun typing!<br>\n\nHere is a detailed summary of the Difficulty level division.\n\n```markdown\n- Level <= 0 : Super Easy (Regular) (SE)\n- 0 < Level <= 2 : Easy (E)\n- 2 < Level <= 4 : Normal (N)\n- 4 < Level <= 6 : Hard (H)\n- 6 < Level <= 9 : Super Hard (SH)\n- 9 < Level <= 10 : Insane (I)\n- 10 < Level < 20 : Super Insane (SI)\n- 20 <= Level < 50: BRUH (X)\n- 50 <= Level < 100: SUPER BRUHH (X2)\n- 100 <= Level < 500: DAMNN BRUHHH!! (XX)\n- 500 <= Level < 1000: U ROCK BRUHHH! (XX2)\n- 1000 <= Level: GOD BRUH!!! (SXX)\n```\n\nAll the difficulties levels are set by me, including the names. This test is a total 'BRUHHH'!<br>\nFor example-\n<br>\n<img width=\"940\" alt=\"higher_diff_txt-img\" src=\"https://github.com/AnirudhG07/Typeinc/assets/146579014/72be858b-554a-44ce-830f-f12931233850\">\n\nThis is an example of 50 word test-text at difficulty level = 20. (It may differ for you).\n\n**Note:** If you want to have the regular typing test, please enter without mentioning any difficulty level since Default Difficulty is set to 0.\n\n## 3. Grading and Typeinc score ![Static Badge](https://img.shields.io/badge/I_PASSED!-green)\n\nThe grading system differs for each difficulty level chosen and so is your score. The higher the difficulty level,\nmore the score you will obtain.<br>\nRefer this tool to your friends, family and colleagues and compete with them!<br>\n\nPlease refer to <a href=\"https://github.com/AnirudhG07/Typeinc/blob/main/docs/standards_grading.md\"> Typeinc standards & grades </a> for more information regarding the grading and typeinc score.\n\n## 4. Highscore Display ![Static Badge](https://img.shields.io/badge/RANKS!-yellow)\n\nSave your result with your name for each test you take. You can also see the top 10 for each respective difficulty level by running the command - (Note: difficulty level is code for each difficulty level, like 'E', 'X2', etc.)\n\n```bash\ntypeinc -r <difficulty-level>\n```\n\nThe topper is the one with higher `Typeinc Score`.<br>\n\nOnly 100 scores are saved in database which are ordered in desceding order w.r.t Typeinc score. Any score which is lesser than least of them, will not be saved. Try to beat that score to be able to save it, but this will push out the one who went to position 101, which will be deleted.\n\n# How to Install\n\nThis is a cross-platform tool so it can be downloaded in your MacOS, Linux, Windows, etc.<br>\nFollow the below guidelines to download the software.\n\n## ~> PIP Installation\n\n1. You can install this package from PyPi by running the following command0\n\n```bash\npip install typeinc\n```\n\n2. Now you are good to go! Play by simply running typeinc by-\n\n```bash\ntypeinc # to play\ntypeinc -h # to see help message\n```\n\n## ~> Homebrew Installation\n\nThis tool can also be installed using Homebrew(for MacOS only). You can install it by tapping my homebrew-tap repo and installing the tool.\n\n```bash\nbrew tap anirudhg07/anirudhg07\nbrew install typeinc\n```\n\nYou can now run the tool by running `typeinc -h` in your terminal. If you are facing issues, try running-\n\n```bash\nbrew install anirudhg07/anirudhg07/typeinc # After tapping the repo\n```\n\nMake sure you have Homebrew installed in your MacOS and it is updated which can be done by running `brew update`.\n\n## ~> Manual Installation\n\nTo install this tool manually, you can `git clone` this repository in your directory and install i.e. run the below commands-\n\n```bash\ngit clone https://github.com/AnirudhG07/Typeinc.git\ncd Typeinc\npip install .\n```\n\nNow you should be able to run the tool using `typeinc` in your terminal. Feel free to raise an issue if you face with any errors.\n\n# Typeinc-mini\n\nThis is made for those who do not have a big enough screen and see the message - <br>\n`...If still the issue persists, too bad.`<br>\nTypeinc-mini, is a miniature version of Typeinc. Same features but less UI (you don't get the Typeinc-keyboard :<).\n\nCheck it out at: https://github.com/AnirudhG07/Typeinc-mini\n\nWe provide 2 solutions for screen-issues-\n\n1. Try Typeinc-mini\n2. Try decreasing font size/increasing number of lines in terminal or similar\n3. Get a bigger screen bruh... (not much of a solution)\n\nI hope you can enjoy Typeinc as much as you can irrespective of your screen size!\n\n# Dependencies\n\nThis tool doesn't require a lot of dependencies but you need some basic requirements like\n\n- python version >= 3.11\n- curses library of python (Note: It will be automatically installed if you use the Pip Installation process)\n- For Windows, windows-curses and setuptools are needed.\n\nIf you have any doubts/facing any issue, feel free to raise an issue.\n\n# Documentation\n\nCheck out the <a href =\"https://github.com/AnirudhG07/Typeinc/tree/main/docs\"> docs </a> in the repository for information regarding how to use, grading system, general queries, etc. Check out the help message in your terminal to check out the usage too ny running `typeinc -h`.\n\n## Tldr\n\nThanks to maintainers at `tldr/tldr-pages`, we have English and Spanish tldr for typeinc (View PR #1).\n<br>\n\n```bash\n$ tldr typeinc\n```\n\n# Contribution\n\nIt would be great to have contributions from anyone. To make Typeinc more loved among everyone and make it better, feel free to raise an issue, discuss and make a PR.\n\n### Contribution Guidelines\n\n1. If you would like to raise any grading system based issues, please have a valid point using some mathematical figures to support your statements.\n   Statements like `This is unfair`, `I don't like it`, etc. will not be attended to.\n2. If you feel like adding a feature or fixing bug, please put up an issue before adding a PR.\n   <br>\n   You can always post your highest score and grade with wpm, accuracy and difficulty level chosen. I would love to make a global top list and add you there, if you are worthy!\n\n## Note regarding Grading system ![Static Badge](https://img.shields.io/badge/Grading_Acknowldgement-purple)\n\n- All the grading, difficulty level, typeinc score is devised by AnirudhG07(me). It has not been taken from anywhere\n  and all the numbers set has been made from a fair system and intuition.\n- I honestly would give more score to a person trying higher difficulty level cause they won't achieve a good wpm, unlike regular level where even 140-150 is possible.\n- In no way I am also trying to equate the best possible (wpm, accuracy) of Regular Difficulty level to least possible (wpm, accuracy) of the most Difficult level.\n  <br>\n  Thanks!\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Typeinc, an ncurses based tool, is your goto terminal tool to play around with your typing speed with various difficulty levels.",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "cli",
        " terminal",
        " typing",
        " typing speed test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "001e15b07627146f9c9f02e7f6bab420048330e1b7877d3818bdd5a10cb9b1bd",
                "md5": "28c8c1411874c8ecde81f4c7cd942e7b",
                "sha256": "aed5388eb6d04f270caa44dbf30206dc2caacd6f6b410df8f5b8e01123ae97ab"
            },
            "downloads": -1,
            "filename": "typeinc-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28c8c1411874c8ecde81f4c7cd942e7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 42166,
            "upload_time": "2024-11-22T09:09:30",
            "upload_time_iso_8601": "2024-11-22T09:09:30.335806Z",
            "url": "https://files.pythonhosted.org/packages/00/1e/15b07627146f9c9f02e7f6bab420048330e1b7877d3818bdd5a10cb9b1bd/typeinc-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ef395e8633d1deeeabcb7db34a49d2d5110c5a2ee299d8776612e9a6ed01f50",
                "md5": "ad84da6b4d8485d889a8ffa1b08ca41e",
                "sha256": "576cbee40ad1282e349d649ac1658d14d7c59434b17e753bd3f5bbe5cb87d6e1"
            },
            "downloads": -1,
            "filename": "typeinc-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ad84da6b4d8485d889a8ffa1b08ca41e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 23186001,
            "upload_time": "2024-11-22T09:09:37",
            "upload_time_iso_8601": "2024-11-22T09:09:37.129591Z",
            "url": "https://files.pythonhosted.org/packages/0e/f3/95e8633d1deeeabcb7db34a49d2d5110c5a2ee299d8776612e9a6ed01f50/typeinc-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-22 09:09:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "typeinc"
}
        
Elapsed time: 0.44693s