Metadata-Version: 2.1
Name: gpt_computer_assistant
Version: 0.6.4
Summary: GPT
Home-page: https://github.com/onuratakan/gpt-computer-assistant
Author: Onur Atakan ULUSOY
Author-email: atadogan06@gmail.com
License: MIT
Description: # GPT Computer Assistant
        Hi, this is an alternative work for providing ChatGPT MacOS app to Windows and Linux. In this way this is a fresh and stable work. You can easily install as Python library for this time but we will prepare a pipeline to providing native install scripts (.exe).
        
        Powered by [Upsonic Tiger 🐅](https://github.com/Upsonic/Tiger)
        
        <a href="https://github.com/Upsonic/Tiger"> <img alt="Static Badge" src="https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/8a269bb3-5379-44f9-a363-3d40a6a28591" width=100> </a>
        
        
        <a href="https://discord.gg/qApFmWMt8x"><img alt="Static Badge" src="https://img.shields.io/badge/Discord-Join?style=social&logo=discord" width=150></a>
        
        ## Demo Video (1 min)
        
        
        
        https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/082a4ee7-e09f-4426-9059-e49b353976a0
        
        
        
        
        
        
        ## Capabilities
        At this time we have many infrastructure element. We just aim to provide whole thinks that already in ChatGPT app.
        
         - **Screen Read**
         - Microphone
         - **System Audio**
         - Memory
        
        --
         - Open and close app
         - Open a url
         - **Clipboard**
         - Search Engines
         - **Python and SH Interpreters**
         - Writing and Running Scripts
         - Using your Telegram Account
         - Knowledge Management
        
        
        #### Todo
        - [x] Reset Option
        - [x] Splitting long audios. (Whisper api just support <20mb)
        - [x] Text input area
        - [x] Just text mode (no voice answer)
        - [x] Added different profiles
        - [ ] More Effect
        
        - [ ] Windows .exe
        - [ ] Linux native
        - [ ] MacOS native
        
        
        ## Use cases
        
        <table>
          <tr>
            <td><img src="https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/b4a4f11e-5588-4656-b5d7-b612a9a2855b" alt="Take Meeting Notes" width="500"/></td>
            <td><img src="https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/49eeac70-b33a-4ec4-8125-64127621ed62" alt="Daily Assistant" width="500"/></td>
          </tr>
          <tr>
            <td><img src="https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/10b69a18-033c-4d81-8ac9-f4e3c65b59c3" alt="Read Docs" width="500"/></td>
            <td><img src="https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/0f483bae-ffaf-4311-8653-c0dc64fb5ebe" alt="Coding Assistant" width="500"/></td>   
        
          </tr>
        </table>
        
        ## Usage
        ![options](https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/91fe041d-4a3f-4a6e-9294-20ce2fa1ca36)
        
        
        ** After first click to an option that include microphone or system audio you need to stop with another click to same option.
        
        ## Installation && Run
        
        ```console
        pip3 install gpt-computer-assistant
        ```
        
        ```console
        computerassistant
        ```
        
        Profile Selection, different profiles have fully different message histories. Just like: work, personal, upsonic.
        
        ```console
        computerassistant --profile personal
        ```
        
        
        ### About Macos
        For now we have some problems with **intel**, but we will solve it. 
        
        https://github.com/onuratakan/gpt-computer-assistant/issues/10
        
Platform: UNKNOWN
Requires-Python: >= 3
Description-Content-Type: text/markdown
