Skip to content

Commit

Permalink
Preparing to launch
Browse files Browse the repository at this point in the history
  • Loading branch information
KevBoyz committed Jan 5, 2023
1 parent d52a4d3 commit d7c72e2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
Binary file added Images/lash_print2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Lash, the py-package ![](Images/desktop.png)![](Images/lash_gif.gif)

This package provides a set of desktop tools that simplify and automate repetitive
processes. Lash also has utility functions that cover some needs of desktop users.
This package provides a set of desktop tools that simplify and automate multiple
processes. Lash also has utility functions that cover some needs of desktop users.

Thinking about being simple and effective, Lash was developed with a command
line interface, having syntax similar to cli's linux, with options args and help sections.
Thinking about being simple and effective, Lash was developed with a command
line interface, having syntax similar to cli's linux, with options args and help sections.

~ **Installing:** `pip install lash` ~ **Executing:** `python -m lash` ~ **help-sec**: `--help`

![image][]
![](Images/lash_print2.png)
**Access [KevBoyz-Docs/lash](https://kevboyz.github.io/KevBoyz-Docs/sub-pages/documentations/lash/index.html) for documentation.
[Pypi/lash](https://pypi.org/project/lash/1.2.1/) for Pypi page.** <br>
**Updated version (pt-br): [7562Hall/lash](https://kevboyz.github.io/7562Hall/sub-pages/lash/index.html)**
Expand Down Expand Up @@ -48,14 +48,24 @@ line interface, having syntax similar to cli's linux, with options args and help

# Release notes

## v1.2.6 - General upgrades

* New command: `work` for time manage
* New command `cartesian` for _math group_
* Better clock display for _sched group_
* Bugfix in `monitor` command
* _Code review_ (All files)
* Some commands and functions have been _documented_
* Some commands have been moved to other groups

## v1.2.5 - Web scraping

* Read Wikipedia articles/summaries with `wiki`
* Read top news using `news` (Google News)
* Yt moved to web group, new feature: -list
* Command new removed
* Command taskkiler removed
* Command Getconfig removed
* Yt moved to _web group_, new feature: **-list**
* Command _new_ removed
* Command _taskkiler_ removed
* Command _getconfig_ removed

## v1.2.4 - Media support

Expand Down
2 changes: 1 addition & 1 deletion lash/video_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from lash.Exportables.fileTools import get_last, get_ext, path_no_file


@click.group('video', help='Video tolls')
@click.group('video', help='Video tools')
def video():
...

Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include_package_data = True
[metadata]
description-file = README.md
license_file = LICENSE
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description='CLI tools package to desktop',
long_description="""
This package provides a set of desktop tools that simplify and
automate repetitive processes. Lash also has utility functions
automate multiple processes. Lash also has utility functions
that cover some needs of desktop users, like image handling, spy
tools, scheduling, math and others.
Expand All @@ -27,7 +27,8 @@
url='https://github.com/KevBoyz/Lash',
keywords='''
toll tolls toolkit keylogger auto-clicker zip organize files file-handler os random schedule spy spyware
ransomware crypt encrypt system utility images edition cli hacker utilities injection invasion
ransomware crypt encrypt system utility images edition cli hacker utilities injection invasion work
management wikipedia youtube download music email github
''',
python_requires=">=3.11",
install_requires=[
Expand Down

0 comments on commit d7c72e2

Please sign in to comment.