-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.json
25 lines (25 loc) · 986 Bytes
/
readme.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"authors": [
"Nishant Sharma"
],
"description": "This is a Readme Generator for Python Projects. This can be used to generate Readme(s) faster, without putting a lot of efforts to assist the community developers in a much better and easier way!",
"license": "mit",
"important_links": {
"My Instagram": "https://www.instagram.com/_nishan.t/",
"My LinkedIn": "https://www.linkedin.com/in/nishantsh20/"
},
"readers_note": {
"Main File to Use": "readme.py",
"Guess What?": "This Readme is made using this library only!",
"Feel free to Reach me out for collabs!": "I am a curious developer, who wants to build 2 Impact, Eager to Connect to other Curious Developers!"
},
"commands": {
"create readme": "create_readme() // callable function",
"update readme": "update_readme() // callable function"
},
"dependencies": [
"os",
"json",
"colorama==0.4.4"
]
}