string-formatting
Here are 13 public repositories matching this topic...
A simple logger written in Python.
-
Updated
Jun 27, 2024 - Python
strkitN is a powerful Python package for manipulating strings. It provides a wide range of functions to perform common string operations easily. You can format strings, extract substrings, change case, remove punctuation, calculate length, validate alphanumeric content, process numeric values, analyze character frequencies, reverse text, replace su
-
Updated
Jun 25, 2023 - Python
Calculate your Body Mass Index (BMI) by entering your weight and height. The Python program computes your BMI and tells you if you're within a healthy range, below it, or above it.
-
Updated
Aug 12, 2024 - Python
Python project that sends an email to any given employer if the employee is going to be running late for work
-
Updated
Sep 12, 2022 - Python
A python utility library for creating and printing more elegant strings.
-
Updated
Aug 5, 2022 - Python
Python swiss army knife for translating between case styles - camel, kebab, snake, title, etc.
-
Updated
Jun 15, 2020 - Python
Python exercises demonstrating string formatting, multiline strings, and basic programming concepts. Perfect for beginners!
-
Updated
Jul 19, 2021 - Python
This Python code implements a simple Hangman game. It selects a random word from a list, allows the player to guess letters, and displays the current state of the word with underscores for unknown letters.
-
Updated
Mar 17, 2024 - Python
Loan Calculator
-
Updated
Apr 16, 2022 - Python
This Python script implements a simple console-based attendance and query system. Users can interactively address attendance-related issues, payment queries, and request attendance records. The code utilizes datetime, input handling, and basic data structures to provide responses based on user input.
-
Updated
Dec 22, 2023 - Python
The Language Translator app allows users to translate English phrases into Spanish and French. Utilizing a dictionary and CSV file for translations, users can input English words and receive their corresponding translations or an error message if the word is not listed. The app includes an introduction and exit message, enhancing user interaction.
-
Updated
Feb 23, 2025 - Python
A module providing a facade for clear formatting values into strings.
-
Updated
Jul 8, 2022 - Python
Improve this page
Add a description, image, and links to the string-formatting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the string-formatting topic, visit your repo's landing page and select "manage topics."