Metadata-Version: 2.1
Name: Kittyscript
Version: 2.9.3
Summary: Assist mode for python
Home-page: UNKNOWN
Author: Anahad Khosa
Author-email: hahacoolguystaco@gmail.com
License: MIT
Keywords: Assist mode
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENCE.txt

![](https://img.shields.io/badge/pypi-2.9.2-purple) ![](https://img.shields.io/badge/python-%203.8%20%7C%203.8%20%7C%203.9%20%7C%203.10-red) ![](https://img.shields.io/badge/OSI-%20Approved-terquise)

# How to install
No requirments other than python
`pip install kittyscript`(For the latest version)
`pip install Kittyscript==version number`(For specific version)
[PyPi for Package History](http://pypi.org/project/Kittyscript/2.9.2/#history "PyPi for Package History") |  [Github](http://github.com/Iwertyuiop123653/kitty-script- "Github")  | [Wiki](http://github.com/Iwertyuiop123653/kitty-script-/wiki "Wiki")

# How To use
**To print text type say() How does it work its just like print in python**

**How to generate a random number generatenumber()**

_Note: Now generatenumber will have parameters like generatenumber(200, 1000)_

**addnum() is used to add two numbers together like this addnum(10, 20) The answer would be 30**

**addfloat() is the exact same but with floats**

**divide() divides two numbers**

**version() shows the current version**

**CreateFile() has 2 perimeters CreateFile(Nameoffile.something, Content of file)**

_Short description: Cerates a file with text in it_

**hashshaw256() create a hash by hashshaw256(putting the text you want to hash here)**

_Short description: create hashes_

**curtime() shows current time**

CHANGELOG

=============

2.9.3 (7/4/2022)

- Second release
- More features
- New hash functionality

