forked from IBM/scriptit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: NxPKG <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
# Script It! | ||
|
||
Script It is a versatile toolkit designed to simplify the creation of interactive terminal applications within a Unix environment. It offers a range of utilities carefully crafted to enhance your development experience without the need for additional third-party dependencies, relying solely on standard Python libraries. | ||
|
||
## Features | ||
|
||
- **Interactive Terminal Applications**: Empower your applications with rich and intuitive user interfaces directly within the terminal environment. | ||
- **Minimal Dependencies**: Script It prioritizes simplicity and efficiency by leveraging only standard Python libraries, ensuring lightweight and hassle-free integration. | ||
- **Versatile Toolset**: From color manipulation to progress bars and beyond, Script It provides a comprehensive suite of tools to streamline your terminal-based projects. | ||
|
||
## Installation | ||
|
||
To install Script It, simply clone the repository and include the `scriptit` module in your Python project: | ||
|
||
```bash | ||
git clone https://github.com/khulnasoft-lab/scriptit.git | ||
|
||
# Usage | ||
|
||
import scriptit | ||
|
||
# Example usage of Script It utilities | ||
... | ||
|
||
# License | ||
|
||
Script It is licensed under the MIT License. | ||
Script It is a collection of tools for writing interactive terminal applications in a uinx terminal. It intentionally depends only on standard libraries to avoid introducing additional third-party dependencies when used in an application. |