diff --git a/README.md b/README.md
index 2b399a8..21f6384 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,285 @@
-# Media Sorter
+
+
+[![Contributors][contributors-shield]][contributors-url]
+[![Forks][forks-shield]][forks-url]
+[![Stargazers][stars-shield]][stars-url]
+[![Issues][issues-shield]][issues-url]
+[![MIT License][license-shield]][license-url]
+[![LinkedIn][linkedin-shield]][linkedin-url]
-A python app to sort and manage media by date, camera type, etc ... using metadata.
-[//]: # (Todo: Create the Readme)
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+## About The Project
+
+There are many great media sorters out there, but none really suited me. So I created my own. The main idea here is simplicity, and the ability to sort even media who has missing or unusual tags.
+This app is built with [![Python][Python]][Python] and leverages [![ExifTool][ExifTool]][ExifTool-url]
+
+
+
+
+
+[//]: # ()
+
+[//]: # (## Getting Started)
+
+[//]: # ()
+[//]: # (This is an example of how you may give instructions on setting up your project locally.)
+
+[//]: # (To get a local copy up and running follow these simple example steps.)
+
+[//]: # ()
+[//]: # (### Prerequisites)
+
+[//]: # ()
+[//]: # (This is an example of how to list things you need to use the software and how to install them.)
+
+[//]: # (* npm)
+
+[//]: # ( ```sh)
+
+[//]: # ( npm install npm@latest -g)
+
+[//]: # ( ```)
+
+[//]: # ()
+[//]: # (### Installation)
+
+[//]: # ()
+[//]: # (_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._)
+
+[//]: # ()
+[//]: # (1. Get a free API Key at [https://example.com](https://example.com))
+
+[//]: # (2. Clone the repo)
+
+[//]: # ( ```sh)
+
+[//]: # ( git clone https://github.com/your_username_/Project-Name.git)
+
+[//]: # ( ```)
+
+[//]: # (3. Install NPM packages)
+
+[//]: # ( ```sh)
+
+[//]: # ( npm install)
+
+[//]: # ( ```)
+
+[//]: # (4. Enter your API in `config.js`)
+
+[//]: # ( ```js)
+
+[//]: # ( const API_KEY = 'ENTER YOUR API';)
+
+[//]: # ( ```)
+
+[//]: # ()
+[//]: # (
)
+
+[//]: # ()
+[//]: # ()
+[//]: # ()
+[//]: # ()
+
+[//]: # (## Usage)
+
+[//]: # ()
+[//]: # (Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.)
+
+[//]: # ()
+[//]: # (_For more examples, please refer to the [Documentation](https://example.com)_)
+
+[//]: # ()
+[//]: # (
)
+
+[//]: # ()
+[//]: # ()
+[//]: # ()
+[//]: # ()
+
+[//]: # (## Contributing)
+
+[//]: # ()
+[//]: # (Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.)
+
+[//]: # ()
+[//]: # (If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".)
+
+[//]: # (Don't forget to give the project a star! Thanks again!)
+
+[//]: # ()
+[//]: # (1. Fork the Project)
+
+[//]: # (2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`))
+
+[//]: # (3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`))
+
+[//]: # (4. Push to the Branch (`git push origin feature/AmazingFeature`))
+
+[//]: # (5. Open a Pull Request)
+
+[//]: # ()
+[//]: # (