Metadata-Version: 2.1
Name: files-organizer
Version: 1.0.1
Summary: Move files by date into folders month by month
Home-page: https://github.com/xandao6/files-organizer
Author: Alexandre Calil Martins Fonseca
Author-email: alexandrecalilmf@gmail.com
License: MIT
Download-URL: https://pypi.org/project/files-organizer
Description: <br />
        <p align="center">
          <h3 align="center">Logical Game</h3>
        
          <p align="center">
            I'ts a game about logical operations, you just need to choose a level that will correspond to the number of operations you have to think of. After you respond to the game will show a step by step explanation of the operation.
            <br />
        	  <br />
            <a href="https://github.com/xandao6/logical-game"><strong>Explore the docs »</strong></a>
            <br />
            <a href="https://github.com/xandao6/logical-game/issue">Report Bug</a>
            ·
            <a href="https://github.com/xandao6/logical-game/issues">Request Feature</a>
          </p>
        </p>
        
        
        
        <!-- TABLE OF CONTENTS -->
        <details open="open">
          <summary>Table of Contents</summary>
          <ol>
            <li>
              <a href="#about-the-project">About The Project</a>
              <ul>
                <li><a href="#features">Features</a></li>
                <li><a href="#built-with">Built With</a></li>
              </ul>
            </li>
            <li><a href="#usage">Usage</a></li>
            <li><a href="#roadmap">Roadmap</a></li>
            <li><a href="#contributing">Contributing</a></li>
            <li><a href="#license">License</a></li>
            <li><a href="#contact">Contact</a></li>
          </ol>
        </details>
        
        
        
        <!-- ABOUT THE PROJECT -->
        ## About The Project
        
        <div align="center">
          <a href="https://github.com/xandao6/logical-game">
            <img src="images/question.png" alt="Logical question">
        	  <img src="images/answer.png" alt="Logical answer">
          </a>
        </div>
        
        ### Features
        
        * Logical operators (and, or, not)
        * Step by step solution
        * Infinite and random levels
        
        ### Built With
        
        * [Python3](https://www.python.org/) - A general-purpose, high-level programming language
        * [random](https://docs.python.org/3/library/random.html) - A library for generating random numbers
        
        
        <!-- USAGE EXAMPLES -->
        ## Usage
        
        * Run the game
        
        	```sh
          python3 logicalGame.py
          ```
        
        <!-- ROADMAP -->
        ## Roadmap
        
        See the [open issues](https://github.com/xandao6/logical-game/issues) for a list of proposed features (and known issues).
        
        
        <!-- CONTRIBUTING -->
        ## Contributing
        
        Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
        
        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
        
        <!-- LICENSE -->
        ## License
        
        Distributed under the MIT License. See [LICENSE](./LICENSE.md) for more information.
        
        Free software =)
        
        
        <!-- CONTACT -->
        ## Contact
        
        Alexandre Calil - [@xandao6](https://www.linkedin.com/in/xandao6/) - alexandrecalilmf@gmail.com
        
        Project Link: [https://github.com/xandao6/logical-game](https://github.com/xandao6/logical-game)
        
        
        <!-- LINKS & IMAGES Variables-->
        <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
        [contributors-shield]: https://img.shields.io/github/contributors/xandao6/repo.svg?style=for-the-badge
        [contributors-url]: https://github.com/xandao6/repo/graphs/contributors
        [forks-shield]: https://img.shields.io/github/forks/xandao6/repo.svg?style=for-the-badge
        [forks-url]: https://github.com/xandao6/repo/network/members
        [stars-shield]: https://img.shields.io/github/stars/xandao6/repo.svg?style=for-the-badge
        [stars-url]: https://github.com/xandao6/repo/stargazers
        [issues-shield]: https://img.shields.io/github/issues/xandao6/repo.svg?style=for-the-badge
        [issues-url]: https://github.com/xandao6/repo/issues
        [license-shield]: https://img.shields.io/github/license/xandao6/repo.svg?style=for-the-badge
        [license-url]: https://github.com/xandao6/repo/blob/master/LICENSE.txt
        [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
        [linkedin-url]: https://linkedin.com/in/xandao6
        
Keywords: organizerdate to folders,images organizer,images date to folders
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: win
