Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Under construction! Not ready for use yet! Currently experimenting and planning!
Developed by BotNikkk / Nikkk
Usage = Centering Elemtents.
import botnikkk
botnikkk.centre('text')
It also takes 3 extra parameters as input :
botnikkk.centre('text',symbol='=')
botnikkk.centre('text', left_alignment=23)
botnikkk.centre('text',str_end='end')
Usage = centering the input variable.
import botnikkk
answer = botnikkk.format_input('input_question')
Usage = checks if an input variable is a interger or not, takes repetetive inputs if not Interger.
import botnikkk
answer = botnikkk.int_check('any_variable')
Usage = takes a list of strings as input and displays it to the user as centred options, returns the choosen option.
import botnikkk
answer = botnikkk.ans_check(['list_of_variables'])
Usage = takes a string as input and returns a dictionary containing the designing alignments of the said string in the form :
dic= {"left_align":value , "left_gap":value, "right_gap":value, "default_gap":value }
which can be used to format a string accoring to the alignment format of package in such form :
print_string= left_align*" " + "|" + left_gap*" " + string + right_gap*" " + "|"
import botnikkk
alignments = botnikkk.get_alignments("string")
Usage = takes a input string as screen name and redirects the user to the said screen in a countdown of 3 seconds. Can only be used in async functions due it's await nature.
import botnikkk
import asyncio
async def function():
#some code
await botnikkk.redirect("screen_name")
#some more code
asyncio.run(function())
check out : https://botnikkk.github.io and https://github.com/Botnikkk/botnikkk-package
FAQs
a personal package
We found that botnikkk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.