An open API service indexing awesome lists of open source software.

https://github.com/new-dev0/dev-tool


https://github.com/new-dev0/dev-tool

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Dev-Tool
A dev tools for developers to speed up their regular work. Modify it according to your needs.

### Creating .exe
```bash
pip install pyinstaller
pyinstaller dev.py
```
- Output will be present in `dist/dev`.
- Add the path to `PATH`

- > ### Use from your Command Line :)