Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilkyo committed Jan 2, 2024
1 parent c49fbdd commit b6d7d48
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Variable Parser Tool For Telegram Themes For Android

This very tiny project gets up-to-date variables for custom Telegram themes for Android from Telegram App
[source code](https://github.com/DrKLO/Telegram).
This project gets up-to-date variables for Telegram custom themes

Android app [source code](https://github.com/DrKLO/Telegram).

## Description

Expand Down Expand Up @@ -30,25 +31,28 @@ The `FindVariables` application performs the following functions:

Actual variables will be in the file out.txt

[//]: # (variables)
```
parser.zip/
├─ 📁VarriablesGetter/
│ ├─ 📁parse/
│ │ ├─ ThemeColors.java
│ │ ├─ out.txt
archive.zip/
├─ 📁TelegramThemeVariables/
│ ├─ 📁parsed/
│ │ ├─ 📁android/
│ │ │ ├─ ThemeColors.java
│ │ │ ├─ out.txt
│ ├─ 📁src/
│ │ ├─ .../
```


## Dependencies

- Java 8 or higher
- Java 17 or higher
- Internet connectivity to download file from GitHub

## Connect

If you encounter any issues or have questions about the project, please contact me on [Telegram]().
If you encounter any issues or have questions about the project, please [contact me]().

## License

Expand Down

0 comments on commit b6d7d48

Please sign in to comment.