Skip to content

Commit a9badbe

Browse files
committed
Naming update
1 parent 90c0456 commit a9badbe

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Pixelcraft
1+
# PixelTextureForge
22
This project is a Python-based application for texture generation using machine learning techniques. It utilizes libraries such as Pillow, scikit-learn, and img2texture to create and manipulate textures.
33

4-
![Screenshot of the pixelcraft program](docs/pixelcraft_example.png)
4+
![Screenshot of the PixelTextureForge program](docs/PixelTextureForge_example.png)
55

66
## Requirements
77
Python 3.11
@@ -12,8 +12,8 @@ Using pipenv
1212

1313
Clone this repository:
1414
```
15-
git clone https://github.com/ChrisPHP/pixelcraft.git
16-
cd pixelcraft
15+
git clone https://github.com/ChrisPHP/PixelTextureForge.git
16+
cd PixelTextureForge
1717
```
1818

1919
Install pipenv if you haven't already:
@@ -46,11 +46,11 @@ gunicorn --config gunicorn_config.py app:app
4646

4747
Clone this repository:
4848
```
49-
git clone https://github.com/ChrisPHP/pixelcraft.git
49+
git clone https://github.com/ChrisPHP/PixelTextureForge.git
5050
```
51-
Go into the pixelcraft directory
51+
Go into the PixelTextureForge directory
5252
```
53-
cd pixelcraft
53+
cd PixelTextureForge
5454
```
5555

5656
Build the Docker image with docker compose:

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
@app.route('/')
2828
def home():
29-
return render_template('index.html', title='Pixelcraft')
29+
return render_template('index.html', title='PixelTextureForge')
3030

3131
@app.route('/wang_borders', methods=['POST'])
3232
def wang_borders():

src/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<div class="header">
16-
<h1>Pixelcraft!</h1>
16+
<h1>Pixel Texture Forge!</h1>
1717
<p>Convert images to pixel art and generate textures.</p>
1818
<div class="pure-menu pure-menu-horizontal">
1919
<ul class="pure-menu-list">

0 commit comments

Comments
 (0)