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) ]
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
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
- Host: GitHub
- Owner: JKL404
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://github.com/JKL404/Toggle.git
- Size: 40 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
Toggle
Toggle is a python package for string to toggle the given string.
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
- Twitter: hackerlaxu
- Repositories: 2
- Profile: https://github.com/JKL404
🐉 Python Developer @ Comportement Software Pvt Ltd 👨💻 | 💻
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | 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.
- Homepage: https://github.com/JKL404/Toggle
- Documentation: https://toggle.readthedocs.io/
- License: MIT License
-
Latest release: 1.1.3
published over 5 years ago