A project that aims the automation of Cocoatwix's Square Adding concept.
Simple way
- Click on
Code
- Click
Download ZIP
- Extract the archive with your favourite archive manager
git clone
- Open a terminal (or Command Promt in Windows) window
- Type
git clone https://github.com/NoExplorer/square-adding-tool
and press enter. - Open the
square-adding-tool
folder, wherever it saved. (Usually/home/
in Linux, and MacOS maybe)
After all that, just open the .py
file in your preferred code editor. No real installation is needed.
..here's what you can do to make this program a little cooler:
- Translate the
DOCUMENTATION.MD
and/orREADME.MD
file to your native language
or
- Introduce new features, optimize the code (while keeping it readable) or fix a bug or two. BUT make sure it doesn't depend on internet functionality, I want this app to be completely offline. Also it keeps things simple too.
Here are some of the people who either fixed (my spaghetti code) or introduced cool new features:
- JZGonzales on 30th of June 2022 : floating point delay in generateNumber_ALL
My next thing for this, thing, is to make it a GUI app instead of a CLI. I'll still keep the CLI version available, so if you are that guy you should be OK. After that, there might be an AUR (Arch User Repository) package release, maybe standalone packages for Windows and such, but that might be useless.