Skip to content

This Repository is intended to create and maintain simple Tools that anyone can use without having to code. The tools can be as simple as extracting few keywords from text, but with lot of options and customizations.

License

Notifications You must be signed in to change notification settings

brraghav/simpleTools

Repository files navigation

simpleTools

This Repository is intended to create and maintain simple Tools that anyone can use without having to code. The tools can be as simple as extracting few keywords from text, but with lot of options and customizations.
Invoking the tools should be as simple as Double Clicking the Python files. Any extra requirements will be mentioned explicitly in the python files itself or an Usage example will be provided.

simpleLogFilter.py

Select Input Location, Select Output Location, Enter Output Filename if required, Enter Keyword(s) (comma separated), Check the suggestions option to get more keyword options. Click on Submit and then click on Open Output File Location Button to go to the output location.

image

Python Modules Installation

pip install PySimpleGUI

simpleUMLGenerator

image

Pre-requisites

pip install PysimpleGUI
pip install pylint
Install GraphViz software from : https://graphviz.org/download/
You need to install Graphviz with the option "Add Graphviz to the System PATH for all users".
If the python module does not contain <__ init __ .py>, add an empty <__ init __ .py> file in the module.

simplePy2Exe

This tool generates exe from a python file. It uses pyinstaller internally to generate the executable.

py2exe

Pre-requisites

python3 -m pip install PysimpleGUI
python3 -m pip install pyinstaller

simpleFileUtility

This tool helps in splitting a single big file into smaller chunks or merge multipe chunks of files into a single file. The testing is done only on csv files. Support for other file types will be added later.

SimpleFileUtility

Pre-requisites

python3 -m pip install PysimpleGUI
python3 -m pip install pandas

simpleParamiko

This tool helps in executing Linux commands remotely from Windows machine using Paramiko. The user can send multiple linux command at once and get the command output in the Output text box in the Windows machine itself. simpleParamiko

Pre-requisites

python3 -m pip install paramiko

About

This Repository is intended to create and maintain simple Tools that anyone can use without having to code. The tools can be as simple as extracting few keywords from text, but with lot of options and customizations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages