Skip to content

therealandreww/PyPromptBetter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPrompt

A replacement multiplatform terminal built in Python.

pyprompt

Deploy to Heroku Deploy On Replit Deploy On Glitch Deploy to Amplify Console Deploy to Render

Engine based on Termithon | idkDwij

For version 2.0 of PyPrompt, I am planning to make new engine NOT based on Termithon for once!

When v2 releases, this repo will be read only and archived! (update july 2023: maybe ill abandon this idek bro)

Run this in your PC

PYPROMPT DEVELOPMENT, BETA BUILDS, UNCOMPILED BUILDS

Install Python and Visual Studio Code (ONLY FOR PYPROMPT DEVELOPMENT)

STABLE VERSIONS (CURRENTLY ON 1.6.1)

Download the binary in the Releases tab. Nothing else. (PYVIM AND PYINSTALLER REQUIRE PYTHON)

For stable builds: download the binary or the setup from the 'Releases' tab.

TO RUN IN WINDOWS TERMINAL

locate your downloaded release (pyprompt.exe) and copy it to the root of your C drive and make a new profile named PyPrompt, use the following command C:\pyprompt.exe once you copy it, it should work.

What happened to PyPrompt Development Kit?

Just get the source code from here and use the stable release that includes pyinstaller and auto py to exe (requires python + required modules) to compile your own version! Make sure to download the speedtest.py file in this repo to compile with Pyinstaller.

Features:

There's a lot...

'''

  ______         _                         _   _   _ 
 |  ____|       | |                       | | | | | |
 | |__ ___  __ _| |_ _   _ _ __ ___  ___  | | | | | |
 |  __/ _ \/ _` | __| | | | '__/ _ \/ __| | | | | | |
 | | |  __/ (_| | |_| |_| | | |  __/\__ \ |_| |_| |_|
 |_|  \___|\__,_|\__|\__,_|_|  \___||___/ (_) (_) (_)
                                                             

DIR                     (Integrated dir/ls command. To use vanilla dir on Windows, Enter CMD Mode and type dir.)
IP                      (Gives you your IP)
HOSTNAME                (Gives you your Computer's ID)
MAC                     (Retrieves the Physical MAC Address of The Device)
PING                    (lets you ping a website)
CALC                    (A simple CLI calculator)
PASSGEN                 (A very efficient password generator)
SYSINFO                 (Gets relevant system info)
TEST                    (Tests PyPrompt Sample Command)
MAILGEN                 (Generates dummy E-Mail Addresses)
VER                     (Reports PyPrompt Version)
CLEAR                   (Clears screen)
INTRO                   (Displays initial text)
SQRT                    (Enter a number and it will calculate the square root)
DATE                    (Displays date)
CD                      (Navigate through folders) (NOTE: Applicable on PyPrompt Mode ONLY!. If you use CMD/BASH directories will change)
IPLOCATION              (Find the physical location of your IP address)
SPEEDTEST               (Speedtest.net but built into PyPrompt!)
FILESEARCH              (Searches files via their file name)
FILEDOWNLOADER          (Download any file via their url)
IDK                     (i'm not sure what this is. it just exists.)
LOCATOR                 (Locate basically any location in the planet)
DEVHELP                 (Detailed info about PyPrompt useful for troubleshooting)
COMPILER                (Compile any standard Python file to a *.pyc format)
PYVIM                   (Vim clone 'MADE BY jonathanslenders On GitHub') WILL REQUIRE PYTHON!!
PYINSTALLER             (Another Python compiler) REQUIRES PYTHON AND PYINSTALLER TO BE INSTALLED!
EZFORMAT                (Simplified disk formatter) ONLY WORKS ON WINDOWS
EZTASKKILL              (Eliminate some process without using the task mamager) ONLY WORKS ON WINDOWS
WEATHER                 (Gets the weather from any city) Made by imkaka. Github: https://github.com/imkaka
MAGIC8BALL              (A virtual Magic-8-Ball made in Python)
CREDITS                 (Credits for all commands & dev list)
TSKMGR                  (TUI Windows Task Manager)
BSOD                    (Cause a BSOD) Windows Only
WIFIPASS                (Get the password from your WiFi) Windows Only
LOCALHOSTER             (Create a localhost webserver via the terminal)
CHATGPT                 (ChatGPT in a Terminal) Requires OpenAI
'''

Compatability:

Windows: Supports Windows 10 or 8.1

Linux: IT'S HERE!!! CHECK THE RELEASES FOR 1.7.beta1 (.deb and .rpm coming soon!)

macOS: There is no current build now (yet)

Contributing

Anyone can contribute with this project! Just open up an issue or pull request and I will review what you will be adding/removing/changing and might add it in.

License

GPL 3.0

Credits

PYPROMPT v1.6.1 CREDITS:

Developer / Maker: joalricha869 | https://github.com/joalricha869

Termithon Kernel: idkDwij | https://github.com/idkDwij | https://github.com/idkDwij/Termithon

CLI Calculator FIX: BigBoyTaco | https://github.com/BigBoyTaco | https://github.com/AnotherLumenGames

Command Credits:

WEATHER | Made by imkaka | https://github.com/imkaka

Some Commands by hastagAB | https://github.com/hastagAB/Awesome-Python-Scripts

About

A terminal made in Python 3, but better

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • Cython 2.2%
  • C 0.5%
  • C++ 0.3%
  • JavaScript 0.1%
  • HTML 0.1%