-
Notifications
You must be signed in to change notification settings - Fork 0
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
d19cf57
commit 89ab952
Showing
1 changed file
with
36 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[![CI](https://github.com/tis-starlight/PowerDroid/actions/workflows/gradle.yml/badge.svg)](https://github.com/tis-starlight/PowerDroid/actions/workflows/gradle.yml) | ||
|
||
# PowerDroid 🤖 | ||
|
||
🚀 An Android app featuring a diverse toolkit for various functions. | ||
|
||
## Key Features (yet to be implemented) | ||
|
||
- Color Picker | ||
- Advanced Calculator | ||
- Unit Coverters | ||
- Encode/convert & Decode Text: | ||
* ASCII, Binary, hex, octal and vice-versa. | ||
- Encrypt & Decrypt messages (cipher) | ||
- Morse Code | ||
- Data Exporter | ||
|
||
## Getting Started | ||
|
||
1. Clone the repository: `git clone https://github.com/tis-starlight/PowerDroid.git` | ||
2. Open in Android Studio. | ||
3. Build and run on your Android device or emulator. | ||
|
||
## How to Contribute | ||
|
||
👉 Contributions are welcome as we continue to enhance and expand the toolset. | ||
|
||
1. Fork the repository. | ||
2. Create a new branch. | ||
3. Make your changes and commit them. | ||
4. Submit a pull request. | ||
|
||
## License | ||
This project is licensed under the [GPL-3.0 license](LICENSE) | ||
|
||
🌟 Star this repository to stay updated on new features and improvements! |