Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-Flooder authored Apr 2, 2022
1 parent 4f2a640 commit fce10ac
Showing 1 changed file with 26 additions and 28 deletions.
54 changes: 26 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
# 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
# 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 File` or `Open file` and choose generator's options
2. Choose `Geometrize`
3. After generating, choose `File` -> `Save File` or `Save file`
4. Done :)
## How this work
Put a random shape at a place with different size

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)
![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)

0 comments on commit fce10ac

Please sign in to comment.