This is a collection of Python utility modules aimed at streamlining development workflows and making the development process more enjoyable.
This collection includes various utility modules designed to perform common development tasks, such as file manipulation, text formatting, and command-line interface (CLI) handling.
| Module | Description |
|---|---|
writer.py |
A module providing utility functions for writing files. |
| Functions: | |
- write_file_with_prompt: Write content to a file, prompting the user if the file already exists. |
|
banner.py |
A module for creating formatted banners for CLI output. |
| Functions: | |
- print_banner: Print a formatted banner to the console. |
Got it! Here's the updated README section:
To use these utility modules in your Python projects, follow these steps:
-
Clone this repository to your local machine:
git clone https://gist.github.com/devinci-it/d432708e796d6e6160efe13ee6cc7bbc/
-
Rename and navigate to the cloned directory:
mv ./d432708e796d6e6160efe13ee6cc7bbc ./dev_utils cd dev_utils -
Install the modules using pip:
pip install . -
The main functions from some modules are automatically imported in the
__init__.pyfile for convenience. You can modify these aliases as needed or use them directly in your scripts. -
Start using the utility functions in your projects!
This collection of utility modules is an ongoing project, and additional modules will be published as they are developed. These modules are personally used and developed to streamline and enhance the development experience.