Skip to content

Commit

Permalink
chore: Update build script to include logo.png and style.css in the d…
Browse files Browse the repository at this point in the history
…istribution folder
  • Loading branch information
LyubomirT committed Jul 26, 2024
1 parent 9aa81ed commit d41321b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ It's ️quite easy to use, actually! Just type the text you want to simulate typ

To run the project from source, you need to have Python 3.6 or higher installed. You also must install the dependencies by running `pip install -r requirements.txt`. After that, you can run the project by running `python main.py`.

To build the project, you can use PyInstaller. `build.ps1` is a PowerShell script that builds the project using PyInstaller. You can run it by running `.\build.ps1`. The output will be in the `dist` folder, note that the script is configured to build a Windows executable and that you need to have PyInstaller installed.

## Contributing 🤝

If you want to contribute to this project, feel free to fork it and submit a pull request. I'll be happy to review it! If you have any questions, feel free to open an issue. Please check the [CONTRIBUTING](CONTRIBUTING.md) file for more information.
Expand Down

0 comments on commit d41321b

Please sign in to comment.