zenith-tea


Namezenith-tea JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryA number guessing game with a twist
upload_time2024-03-03 23:17:39
maintainer
docs_urlNone
authorzenith
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Zenith Tea

Zenith Tea is a number guessing game that brings joy and challenge together. This project focuses on creating a fun and interactive game where players can test their guessing skills.

## Installation

To install Zenith Tea on your local machine, follow these steps:

1. Clone the repository:

    ```bash
    git clone https://github.com/<your-username>/zenith_tea.git
    ```

2. Navigate to the project directory:

    ```bash
    cd zenith_tea
    ```

3. Install the required dependencies:

    ```bash
    pip install -r requirements.txt
    ```

## Usage

The game can be run with the following command:

```bash
python3 main.py
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "zenith-tea",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "zenith",
    "author_email": "zenithnexuss@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9f/d8/752a0137a972e9f97b4243953eb44c22f20258d63d88aadb39cfabbc77a9/zenith_tea-0.1.0.tar.gz",
    "platform": null,
    "description": "# Zenith Tea\n\nZenith Tea is a number guessing game that brings joy and challenge together. This project focuses on creating a fun and interactive game where players can test their guessing skills.\n\n## Installation\n\nTo install Zenith Tea on your local machine, follow these steps:\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/<your-username>/zenith_tea.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd zenith_tea\n    ```\n\n3. Install the required dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\nThe game can be run with the following command:\n\n```bash\npython3 main.py",
    "bugtrack_url": null,
    "license": "",
    "summary": "A number guessing game with a twist",
    "version": "0.1.0",
    "project_urls": {
        "Source": "https://github.com/zenithnexus/zenith_tea"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fd8752a0137a972e9f97b4243953eb44c22f20258d63d88aadb39cfabbc77a9",
                "md5": "e82780d379ce2b5152bc796f18083af9",
                "sha256": "5ccd788f020d7672409e5cb06fc34b176379555b077ccf57a0639f6bcae25137"
            },
            "downloads": -1,
            "filename": "zenith_tea-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e82780d379ce2b5152bc796f18083af9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1766,
            "upload_time": "2024-03-03T23:17:39",
            "upload_time_iso_8601": "2024-03-03T23:17:39.753113Z",
            "url": "https://files.pythonhosted.org/packages/9f/d8/752a0137a972e9f97b4243953eb44c22f20258d63d88aadb39cfabbc77a9/zenith_tea-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 23:17:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zenithnexus",
    "github_project": "zenith_tea",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "zenith-tea"
}
        
Elapsed time: 0.64202s