You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/index.rst
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Welcome to Fakernaija's Documentation!
4
4
Overview
5
5
--------
6
6
7
-
**Fakernaija** is a Python library that helps developers generate Nigerian-specific data like names, emails, addresses, phone numbers, bank details, school names, states, license plate numbers, and much more. Whether you're working on testing, development, or educational projects, **Fakernaija** helps you generate realistic data, including a CLI for easy exports.
7
+
**Fakernaija** is a Python library that can help developers generate Nigerian-specific data like names, emails, addresses, phone numbers, bank details, school names, states, license plate numbers, and much more. Whether you're working on testing, development, or educational projects, **Fakernaija** can help you to generate realistic data with Nigerian contexts, and it also comes with a CLI for easy data exports to various file formats.
8
8
9
9
The source code is available on `GitHub <https://github.com/Pythonian/fakernaija>`_.
10
10
@@ -27,7 +27,7 @@ Features
27
27
Installation
28
28
------------
29
29
30
-
**Fakernaija** requires **Python 3.10** or higher. Installation is easy-peasy with `pip`, ensuring you always get the latest stable release of the library.
30
+
**Fakernaija** requires **Python 3.10** or higher, and installing it is easy-peasy with ``pip``.
31
31
32
32
.. code-block:: console
33
33
@@ -47,16 +47,19 @@ The primary interface you will interact with is the :doc:`naija`. The ``Naija``
47
47
Ugochi Maduike
48
48
49
49
>>>print(naija.state_capital())
50
-
Owerri
50
+
Damaturu
51
51
52
-
>>>print(naija.course_name())
53
-
Introduction to Computer Science
52
+
>>>print(naija.school_name())
53
+
University of Nigeria, Nsukka
54
+
55
+
>>>print(naija.phone_number())
56
+
09039294684
54
57
55
-
>>>print(naija.degree_name())
56
-
Bachelor of Pharmacy
58
+
>>>print(naija.email())
59
+
ololadelawal@hotmail.com
57
60
58
-
>>>print(naija.faculty_name())
59
-
Pharmaceutical Sciences
61
+
>>>print(naija.license_plate())
62
+
YLA-435EH
60
63
61
64
**Fakernaija** tries to ensure that each method call returns different results within the same session until all possible outcomes are exhausted:
0 commit comments