The tool is designed for developers, who have lots of tools but all are in seprate repositories. this tool helps to organize all the tools in a single place with a minimal efforts.
- fork the repository
- open and edit the
settings.json
pkg install git -y
pkg install python -y
git clone https://github.com/offiicialkamal/tools-organizer.git
cd tools-organizer
pip install -r requirements.txt
python main.py
Note
fully edit the settings.json and for more security use any encryption tool like this to encrypt your files if needed this file is responsible for the all other things
This tool looks for a module called your-project.main which is an entrypoint of your tools
example file structure -
your-project/
├── main.py OR main.cpython-3xx.so
├── __init__.py # must add ( Blank / with content )
The project is relased under MIT LICENSE
found any bug or have any suggetions ? don't warry just open a issue hear we are waiting for any small suggetions / bugs and well resolve it as soon as posssible
I Love contributions if youre an developer and wanna add / improve this project please add an clear description about that specific fix / improvements well merge your PRs if we found it usefull, your small contributon may help us to improve the project
.png)