Metadata-Version: 2.4
Name: geekosay
Version: 0.1
Summary: Geeko say command line tool
Home-page: https://repo-url-here
Author: Aline Werner
Author-email: aline.werner@suse.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# geekosay

A command line tool that makes SUSE's Geeko say a message.

## Installation

You can install this package on openSUSE using `zypper`. Ensure you have `zypper` installed and run the command:

```bash
zypper addrepo <my-repo-here>
zypper install geekosay
```

## Usage

Once installed, you can use the `geekosay` command in your terminal:

``` bash
geekosay "Hello, World!"
```

This will print:

```plaintext
 ---------------
| Hello, World! |
 ---------------
       \                              
        \          .ss       ..sssssssssss..
         \    ..ssssss ..sssssssssssssssssssssss.
            s’   “sssssssssssssssssssssssssssssssss. 
           ss o   sssssssssssssssssssssssssssssssssss.
           ss....sssssssssssssssssssssssss?’     ‘sssss.
            ......sssssssssssssssssssss?   .ssss.   ‘sss
              ‘””””””””sssssssssssssss’  .s?    ss   sss
                       sss’       sss’   ss     s?   sss
                    .ssss’     sssss’    ss.       .sss
                                          sssssssssss’
                                            ””””””” 
```

## License

This project is licensed under the MIT License. See LICENSE.txt for details.

## Author

Aline Werner - aline.werner@suse.com
