https://github.com/sheblmohamed/myprojectx
https://github.com/sheblmohamed/myprojectx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheblmohamed/myprojectx
- Owner: SheblMohamed
- Created: 2021-12-03T12:27:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T18:45:55.000Z (over 3 years ago)
- Last Synced: 2025-03-14T16:14:27.857Z (3 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 changeplease 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 !
