toggle

Toggle is a PYTHON STRING PACKAGE for toggling the string in different formats like AbcD, aBcD, Aaa Baa etc with toggling typing speed. [ Syntax: Toggle(string, choice, speed) ]

https://github.com/jkl404/toggle

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary

Keywords

pip-package python python-package python-string-maupulation python3-library string-operations
Last synced: 6 months ago · JSON representation

Repository

Toggle is a PYTHON STRING PACKAGE for toggling the string in different formats like AbcD, aBcD, Aaa Baa etc with toggling typing speed. [ Syntax: Toggle(string, choice, speed) ]

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
pip-package python python-package python-string-maupulation python3-library string-operations
Created over 5 years ago · Last pushed about 3 years ago
Metadata Files
Readme License

README.md

Toggle

Toggle is a python package for string to toggle the given string.

version Build Status

Installing

Install and update using pip:

```bash pip install git+https://github.com/JKL404/Toggle.git

or

pip install Toggle

```

Running: ``` from Toggle.Toggle import Toggle

Toggle("My StriNg",choice) #default choice is 0

Toggle(String,Choice,Speed) #with slow typing if you don't want use slow typing ignore speed parameter ```

Syntax: Toggle(string, choice, speed) Example: Toggle("JokER beautiful",0)

Choice Option:


  • (0): Default

    • output: jOKer BEAUTIFUL
  • (1): Toggle with lowerUPPERlower_UPPER ..

    • output: jOkEr BeAuTiFuL
  • (2): Toggle with UPPERlowerUPPER_lower ....

    • output: JoKeR bEaUtIfUl
  • (3): Toggle with lowerUPPERUPPER lowerUPPERUPPER ....

    • output: jOKER bEAUTIFUL
  • (4): Toggle with UPPERlowerlower UPPERlowerlower ....

    • output: Joker Beautiful
  • (5): Same Text

    • output: JokER beautiful

Speed Option:


Typing speed is between 1 to 1000

Example: Toggle(string, choice, 50)


Thanks :blush:

:heartbeat: Nakali :kissing_heart: PM :heartpulse:

Owner

  • Name: Laxman Khatri
  • Login: JKL404
  • Kind: user
  • Location: Rangeli, Nepal
  • Company: Comportement Software Pvt Ltd, Bengaluru, India

🐉 Python Developer @ Comportement Software Pvt Ltd 👨‍💻 | 💻

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 36
  • Total Committers: 2
  • Avg Commits per committer: 18.0
  • Development Distribution Score (DDS): 0.111
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Laxman Khatri 6****4 32
JKL404 l****i@c****n 4
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • JKL404 (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 75 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 5
  • Total maintainers: 1
pypi.org: toggle

Toggle is a python package for string to toggle the given string in different toggle pattern.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 75 Last month
Rankings
Dependent packages count: 10.0%
Downloads: 19.5%
Dependent repos count: 21.7%
Average: 21.8%
Stargazers count: 27.8%
Forks count: 29.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi