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

https://github.com/citguru/language_time_python

Python Language Time
https://github.com/citguru/language_time_python

Last synced: 18 days ago
JSON representation

Python Language Time

Awesome Lists containing this project

README

          

<<<<<<< HEAD
# Language_Time

A library that converts Time to its equivalent local languages starting with three basic Nigeria languages(Yoruba, Hausa and Igbo)

## Example

```Python
import time
import calendar
import datetime
from core import Time

langTime = Time.English

langTime.getCurrentTime()
langTime.getTime("12:45")
langTime.getTime(time)
langTime.getTime(datetime.datetime.now())
langTime.getTime(calendar.datetime.datetime.now())

```

## Contributors
* [Adetuyi Tolu Emmanuel](https://twitter.com/AdetuyiTolu) Developer
* [Iliya Kazah Daniel](https://www.facebook.com/iliya.daniel.9843) Hausa instructor
* [Oyetoke Toby](https://facebook.com/oyetoke.toby) Python Developer

## Contributions

Thank you for showing interest to contribute to this project, we are looking forward to
adding more languages, English is already in pipeline
All you need to do is:
* Provide translation rules for the language to be added, see [English constantss](nglocaltimes/src/main/java/com/crevation/nglocaltime/english/constantss.java) for sample.

* [Email us](mailto:tolu.adetuyi@gmail.com) for more information
* [Email Toby](mailto:oyetoketoby80@gmail.com) for more info on python

## License

Copyright 2017 Adetuyi Tolu Emmanuel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [Apache license 2.0](http://www.apache.org/licenses/LICENSE-2.0)

=======
# Language_Time_Python
Python Language Time
>>>>>>> a90ba2f77c79fb21b4055cd2ae931fe49902c558