https://github.com/new-dev0/dev-tool
https://github.com/new-dev0/dev-tool
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/new-dev0/dev-tool
- Owner: New-dev0
- Created: 2022-08-28T07:56:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T08:31:42.000Z (over 3 years ago)
- Last Synced: 2025-01-31T15:11:12.181Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)