Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
/ devscripts Public archive

devscripts is a terminal tool used by developers, with development features!

License

Notifications You must be signed in to change notification settings

borfei/devscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Deprecated

Sadly, devscripts is no longer maintained and updated, which means it is deprecated.

DevScripts

A terminal tool used by developers, with development features!

Features

The development tool features:

Alias Creator - Made by me for stuff.
ArtASCII - some codes taken from Chion82's Bad Apple ASCII
Binary Converter - code written from an answer in Stack Overflow
Base32 Converter - built in module by Python
Base64 Converter - built in module by Python
Hex Converter - built in module by Python
jadx - Dex to Jar written by skylot
YouTubeDL - Open source download manager for video and audio

Python

devscripts is written in Python, and it's required packages are not included.

(Linux - Ubuntu)

  • Python is installed in Linux Distributions, if not, then install it from their website or doing sudo apt install python3
  • pip is also installed in Linux Distributions, otherwise, install by doing sudo apt install pip

(Windows)

  • Python is not installed in default, so you have to install it directly from their website.
  • pip is also needed, visit this tutorial to install pip.

OpenJDK

One of the features, jadx, is based on Java, if you don't have Java installed, you can install here.

Required Packages

NOTE: install.txt should not be deleted if you haven't installed it's required packages.

If you have Python & pip installed, do the instructions below
to install it's required packages:

  • Open terminal or Command Prompt, then do cd devscript_directory
  • Do pip install --no-warn-script-location -r install.txt

You can now run devscripts without worries!

Run

To run devscripts, follow the instructions bellow:

  • Open terminal or Command Prompt, then do cd devscript_directory
  • Now do sh devscript_linux.sh for Linux and devscript_windows.bat for Windows.
  • [Optional] You can also create a symlink or a desktop shortcut for devscripts.

License

BSD 3-Clause License

Copyright (c) 2021, GianXD
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
   contributors may be used to endorse or promote products derived from
   this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.