The Python projects are here.
python-projects is a bundle that has ALL my Python projects in one repo.
Whether you're looking to have some fun with this, or even customize them your own way, this is it.
Open-source with a MIT license.
ascii.py— A program that can find the ASCII character of any ASCII number, or find the ASCII code that the character responds to.mathstuff.py— A program that can add, subtract, multiply, and divide 2 numbers. It can also raise a number to a power, calculate the square root of a number, and round a number to the nearestint.name.py— A program that asks for your name, and greets you. It's the simplest program of all time.round.py— A program that can round a number up, down, or to the closestint. Literally just part ofmathstuff.py.sqrt.py— A program that can find the square root of a number. Part ofmathstuff.py, but comes with the advantage of calculating π.symlink.py— A program that opens up a UI launcher to make a.symlink. Pretty cool! Right?trollers=trash.pyA program that talks about a few Roblox trollers being trash. The actual most simple program ever.terminal.py— A program that is a unfinished custom terminal. Forshadowed over by eg-power-kit, apwshmodule.
Clone the repo into any location. For example, C:\Users\$env:USERNAME\Documents.
C:\Users\$env:USERNAME\Documents> git clone https://github.com/GreenCraft18/eg-power-kit.gitIf you don't have git, download the archived zip and extract it manually, or install git from the official Git Website.
After that, feel free to poke around with the files! More will be added overtime.
MIT License — see LICENSE for details.
This project is licensed under the MIT License.
Here’s what that means in plain terms:
- Commercial Use
- Modification
- Distribution
- Private Use
- No Liability
- No Warranty
- Must include license and copyright notice