Raj Golepu's personal Python package and CLI tool.
Project description
rajgolepu
___ _ _
| _ \_ _ _(_)___ __| |_ ___ _ _ ___
| _/ '_| '_/ -_|_-< ' \/ -_) '_/ -_)
|_| |_| |_| \___/__/_||_\___|_| \___|
📦 A personal Python package and CLI tool by Raj Golepu, showcasing portfolio links and handy utilities.
🚀 Usage
🔹 In Python
import rajgolepu
rajgolepu.info()
rajgolepu.help()
print(rajgolepu.format_title_case("hello world"))
print(rajgolepu.reverse_string("python"))
print("Vowels:", rajgolepu.count_vowels("encyclopedia"))
@rajgolepu.timer
def test(): sum(range(10**6))
test()
🔹 From the CLI
rajgolepu --info
rajgolepu --format "hello world"
rajgolepu --reverse "python"
rajgolepu --vowels "encyclopedia"
rajgolepu --time
rajgolepu --help
🧰 Features
- Portfolio CLI
- Title Case formatter
- String reverser
- Vowel counter
- Timer decorator
- ASCII banner printer
- Help menu
📇 Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rajgolepu-0.1.2.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rajgolepu-0.1.2.tar.gz.
File metadata
- Download URL: rajgolepu-0.1.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8d409f895bf161638f0c4c291404efc1c9f744f3254c68064f96d718d786570
|
|
| MD5 |
536110fef1187dddfccdb964b3255666
|
|
| BLAKE2b-256 |
c1fdb48e5c618909b0da9a76f30d0107badb5b0e21c50b430fa15a17592f3a7c
|
File details
Details for the file rajgolepu-0.1.2-py3-none-any.whl.
File metadata
- Download URL: rajgolepu-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ec0a87a5a68be777fb8e541c61312856db1abe59fc6fa9a9242eec85805cbf8
|
|
| MD5 |
3953a9cc78afd8a1844c3eae1387891c
|
|
| BLAKE2b-256 |
7955dd5425ed84cdb2b1694e81e8c12fa85533be994eedb0629dc88d3ff12ca2
|