tuxy / Echo

Utility to make life a little easier and more fun :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Echo

Echo is a basic utility used to launch useful tools for adding/fixing features in Windows, written in Python using DearPyGui.

Current usage

While the current state of the application is extremely basic at the moment, changes are made often and so you should watch out for any new updates, whether bug fixes or new tools :)

Releases

Check out the releases page. Or for development versions, check out the automated builds from the actions page.

Build and run

In Powershell, clone the repository and enter directory:

git clone https://github.com/binhscoco7565/echo; cd echo

Install dependencies

pip install -r requirements.txt

...and run the application

python main.py

Credits

This application relies on many other codebases and hard work. Most notably is the work of the community in the library DearPyGui based on DearImGui. Without this, this project would've been dead almost immediately. Functionality is also based off of:

  • The work of Chris Titus Tech in winutil
  • Extensive use of the scoop package manager, enabling many of the features in this app.
  • ...and the community that also supported this project with their own code or donations.

About

Utility to make life a little easier and more fun :)


Languages

Language:Python 97.8%Language:AutoHotkey 2.2%