-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
792d229
commit 4f2a640
Showing
3 changed files
with
292 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# Geomethat | ||
[![CodeFactor](https://www.codefactor.io/repository/github/brain-flooder/geomethat/badge/main)](https://www.codefactor.io/repository/github/brain-flooder/geomethat/overview/main) | ||
# Geomethat | ||
Welp geomtrize the images | ||
## Installation | ||
### Exe file | ||
1. Go to the [latest releases](https://github.com/Brain-Flooder/Geomethat/releases/latest) | ||
2. Download the `.exe` and run it | ||
3. Done | ||
### Build from source | ||
1. Download the repo | ||
2. Use `pip install -r requirements.txt` to install dependencies | ||
3. Go to the `GUI` folder and run `main.py` | ||
4. Enjoy | ||
## Usage | ||
1. Click `File` -> `Open` and choose generator's options | ||
2. Choose `Accurate generator` or `Fast generator` | ||
3. After generating, choose `File` -> `Save as` | ||
4. Done :) | ||
## How this work | ||
|
||
Welp geomtrize the images | ||
## Installation | ||
### Exe file (Windows 32bits tested only) | ||
1. Go to the [latest releases](https://github.com/Brain-Flooder/Geomethat/releases/latest) | ||
2. Download the `.exe` and run it | ||
3. Done | ||
### Build from source (Install Python and add to PATH first) | ||
1. Download the repo | ||
2. Use `pip install -r requirements.txt` to install dependencies | ||
3. Run `main.py` | ||
4. Enjoy | ||
## Usage | ||
1. Click `File` -> `Open` or `Open File` button and choose generator's options | ||
2. After generating, choose `File` -> `Save as` or `Save File` | ||
3. Done :) | ||
## How this work | ||
|
||
Based on [Primitive](https://github.com/fogleman/primitive) (maybe) | ||
|
||
![Original](https://github.com/Brain-Flooder/Geomethat/blob/main/example/old_img.jpg?raw=true) | ||
|
||
![My Tool](https://github.com/Brain-Flooder/Geomethat/blob/main/example/accurate.png?raw=true) | ||
|
||
Source: Search Corgi on Wikipedia. | ||
## Known issues | ||
None for now (yay) | ||
based on [Primitive](https://github.com/fogleman/primitive) | ||
|
||
|
||
![Original](https://github.com/Brain-Flooder/Geomethat/blob/main/example/old_img.jpg?raw=true) | ||
|
||
![My Tool](https://github.com/Brain-Flooder/Geomethat/blob/main/example/accurate.png?raw=true) | ||
|
||
Source: Search Corgi on Wikipedia. | ||
## Known issues | ||
None for now (yay) |
Oops, something went wrong.