Skip to content

Commit b9c7ce7

Browse files
committed
Added test files and readme improved
1 parent 41e21b9 commit b9c7ce7

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
11
# Tensify™
22

3-
An easy to use python package to convert your tenses...
3+
An easy to use python package to convert your tenses...
4+
5+
6+
Features :
7+
1.Super-Simple
8+
2.Easy
9+
3.Minimalistic
10+
4.Super-Fast
11+
5.Open-Source
12+
6.New Concept
13+
7.Trusted
14+
8.Free
15+
16+
17+
Usage :
18+
```
19+
import tensify
20+
tensify.PAST("I get it")
21+
# As simple as that
22+
```
23+
24+
Output :
25+
```
26+
I got it
27+
```
28+
29+
30+
31+
Contributors :
32+
```
33+
1.Dev Shah (Contact : [email protected])
34+
2.Haard Majmudar (Contact : [email protected])
35+
```
36+
37+
38+
39+
License :
40+
```
41+
MIT License
42+
Copyright (c) 2021 Dev Shah
43+
```
1.1 KB
Binary file not shown.

test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import tensify
2+
tensify.PAST("I get it")

0 commit comments

Comments
 (0)