An open API service indexing awesome lists of open source software.

https://github.com/sheblmohamed/myprojectx


https://github.com/sheblmohamed/myprojectx

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Foobar
Foobar is a python library for dealing with word pluralization.
# Installation
Use the package manager [PIP](https://linuxize.com/post/how-to-install-pip-on-ubuntu-18.04/) to install foobar.
```
pip install foobar
```
# Usage
```
foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'
```
# Contributing
Pull requests are welcome for major changes, please open an issue first to sicuss what u would like to change

please make sure to update tests as appropriate.

# license
[MIT](https://opensource.org/licenses/MIT)

# Finally
Thanks for reading my topic, i hope it was useful for u, cheers !
![Image](https://media.geeksforgeeks.org/wp-content/cdn-uploads/20210917204112/Top-10-Advance-Python-Concepts-That-You-Must-Know.png)