Metadata-Version: 2.1
Name: wisdom-tree
Version: 0.1.4
Summary: A tui concentration app
Home-page: https://github.com/HACKER097/wisdom-tree
Author: HACKER097
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/HACKER097/wisdom-tree/issues
Project-URL: Source, https://github.com/HACKER097/wisdom-tree/
Description: <h3 align="center"><img src="wisdom_tree/res/logo_512x512.png" alt="wisdom-tree"><br>Wisdom Tree</h3>
        
        
        Wisdom Tree is a tui concentration app. Inspired by the wisdom tree in Plants vs. Zombies which gives in-game tips when it grows, Wisdom Tree gives you real life tips when it grows. How can you grow the tree? by concentrating!
        
        
        # Screenshots
        ![alt text](https://imgur.com/nFw46EN.png)
        ![alt text](https://imgur.com/Q1rGccM.png)
        ![alt text](https://imgur.com/VvRaLYd.png)
        ![alt text](https://imgur.com/MJCkdMb.png)
        
        
        # Installation
        
        Wisdom-tree uses vlc to play music, please make sure vlc is installed. 
        
        Extra step for mac `brew install sdl2_mixer`
        
        Extra step for Windows `pip install windows-curses`
        
        ## Installation from PyPi
        `pip install wisdom-tree` or `pip3 install wisdom-tree`
        
        ## Installation using [pipx](https://pypa.github.io/pipx/)
        `pipx install wisdom-tree`
        
        This allows you to run the app from anywhere
        
        ## Installation From Github
        `git clone https://github.com/HACKER097/wisdom-tree`
        
        `cd wisdom-tree`
        
        `pip install -r requirements.txt`
        or
        `pip3 install -r requirements.txt`
        
        
        
        ## Running the app
        
        
        - From anywhere after installation from PyPi or using pipx
        
        `wisdom-tree`
        
        - From the github repository (root):
        
        `python3 wisdom_tree/main.py`
        
        *note the underscore*
        
        or
        
        `wisdom-tree`
        
        
        # Usage
        
        Use `left` and `right` arrow keys to change music
        
        To add your own music, place it inside the `res/` directory (all music must be in `.ogg` format)
        
        Use `up` an `down` arrow keys an `enter` to select and start Pomodoro timers.
        
        While using lofi-radio use `n` to skip song and `r` to replay
        
        `[` and `]` to increase and decrease the music/ambience volume respectively
        
        `{` and `}` to increase and decrease the sound effect volume respectively
        
        *You can replace arrow keys with vim's navigation keys (hjkl)*
        
        `m` to mute music.
        
        `r` to toggle repeat.
        
        `u` to toggle q[u]iet mode, which mutes growth sounds and timer start sounds.
        
        `space` to pause and unpause.
        
        `+`, `-` to seek 10 sec forwards and backwords
        
        number keys `0-9` to go 0-90% into the audio. Eg; pressing 6 will take you 60% into the audio, 7 will take you 70% and so on.
        
        To exit press `q`
        
        ## Custom quotes
        
        The user can use any set of quotes by adding a file called `qts.txt` with
        one qoute per line to the defualt config location:
        
        {`CONFIG_LOCATION`}/wisdom-tree
        
        where {`CONFIG_LOCATION`} is the default place to save configuration files
        for the operating system:
        
        - windows: The folder pointed to by `LOCALAPPDATA` or `APPDATA`
        - mac/linux: The folder pointed to by `XDG_CONFIG_HOME` or `~/.config`
        
        *for now, adding a custom quotes file disables the default quotes*
        
        
        # Features
        
        Wisdom tree plays a variety of music, environmental sounds and white noises to help you concentrate. You can also import your own music into Wisdom Tree.
        
        3000+ quotes and lines of wisdom. You are assured that you will never see the same quote again
        
        Minimal interface and navigation to increase concentration.
        
        Pomodoro timer
        
        Play music from youtube
        
        Lo-Fi radio
        
        # Upcoming Features
        
        ~~Play music from youtube~~
        
        ~~Lo-Fi radio~~
        
        If you would like to see a feature implemented, please open an issue with tag [FEATURE REQUEST]
        
        # Tipping 
        
        Before you consider donating, please note that I am still a school student and code in my free time, donating **will not** help me work on wisdom-tree or my other projects faster. Your tip can end up on onlycoins at worst, or pay for my college tuition at best.
        
        
        
        Monero:- 
        
        `42hk7SW7mdM5JXYRLAaiD47bqchNGfXJ8aQGhuQJuF9cTBhC5w94aUEcxt7NfokV2URy78RgSXdbiUGYCQZsPFjqDfi7Lto`
        
        
Keywords: sample,setuptools,development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
