A very impractical 3D rendering engine that runs in the python terminal

A very impractical 3D rendering engine that runs in the python terminal. do NOT try to run this program using the standard python IDE as it does not use ANSI escape codes. If your terminal of choice does not support ANSI escape codes it will also break in the same way. ONLY ON VERSIONS BEFORE 0.1.3: Due to the time it takes to use the print command, sometimes the screen will refresh while the program is in the process of […]

Read more

A terminal user interface for searching google

A textual user interface for google.com Prerequisites (❗Read carefully❗) Firstly, you’ll need to install the package Secondly, you’ll need to get google search api key(s) Go to developers.google.com/custom-search/v1/overview Scroll down Click the big blue Get a key button (screenshot]) Make a app if you haven’t already, the name doesn’t matter Click the NEXT button You’ll get an api key You can do the above process as many times as you want. Each api key has a 100 request limit per […]

Read more

A Terminal User Interface (TUI) for automated trading with Komodo Platform’s AtomicDEX-API

A Terminal User Interface (TUI) for automated trading with Komodo Platform’s AtomicDEX-API sudo apt install wget curl jq git python3-pip git clone https://github.com/smk762/pytomicDEX_makerbot/ cd pytomicDEX_makerbot pip3 install -r requirements.txt ./makerbot.py Use this with small amounts you are comfortable with and be conscious of your risk tolerance. Always make a secure offline backup of your seed phrase. GitHub View Github    

Read more

Search all history of Chrome in terminal

Search all history of Chrome in terminal. Demo Usages Move the Chrome history file to current directory by running move_history.sh Rename history_db_{timestamp} file to the name DB [Optional] migration.py script is to merge the newest history file to DB file ./migration.py history_db_1638637824, it will merge history_db_1638637824 to DB file chrotry to search title, url in terminal Shortcuts CTRL + n, move one line down CTRL + p, move one line up CTRL + e, quit GitHub View Github    

Read more

An interactive aquarium for your terminal

An interactive aquarium for your terminal, written using pytermgui. The project got its name from the Common Watersnake, also known as Nerodia Sipedon. It is meant to be an example project for the pytermgui framework, but later down the line might become its own entity as TUI game. Updates might not be too frequent, as the parent framework enjoys priority at the moment. This is a passion project of mine however, so I do not plan on abandoning it. It […]

Read more

Colors in Terminal – Python Lang

About Colorate is an Open Source project that makes it easy to use Python color coding in your projects. After downloading the Colorate folder follow the tutorial below or also download example.py to understand how Colorate works. Import Colorate from Colorate.color import * Example use from Colorate.color import * # Import colorate # Example for use print(Color.Green + “Hello World!” + Color.

Read more

A silly RPG(Not MMO) made in python

A silly RPG(Not MMO) made in python, FOR WINDOWS 10 ONLY! Hello tester, to install pymmo follow the steps bellow: 1.First install python from: https://www.python.org/downloads/REMEMBER to tick the ‘add python to path’ box in the installer! 2.Then run the Install.bat file(as admin), do all the stuff it says. 3.Now edit the pymmo.bat with right click and change the cd “ENTER GAME PATH HERE!!!” to put your folder path for the gameE.G: cd “C:UsersUserDesktopPython’s MMOpymmo”Now the batch file acts as a […]

Read more
1 2