Skip to content

Calculating strength of a text by summing all the ASCII values of its characters

Notifications You must be signed in to change notification settings

diptaraj23/TextStrength

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TextStrength Module

This is a funny very basic project for calculating strength of a text by summing all the ASCII values of its characters You can simply download this file upload it in your Jupyter Notebook (in the same location your current notebook file is located) and then import the module TextStrength.

Documentation

TextStrength.strength(paramater) : parameter is a text string whose strength is to be ccalculated adding all the ASCII values of its characters. It will return you an integer summing all the ASCII values.

About

Calculating strength of a text by summing all the ASCII values of its characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages