Git Product home page Git Product logo

spotifyte's Introduction

WELCOME!

A passionate Python developer from Kerala, India.

BADGE Demo Demo Buy Me a Coffee at ko-fi.com

Viewer Count


๐Ÿ‘‹๐Ÿป More About Me


  • ๐Ÿ™‹โ€โ™‚๏ธ Currently 17 years old
  • ๐ŸŒฑ Iโ€™m currently learning NumPy, C++ and JS (Extreme beginner level))
  • ๐Ÿ’ฌ Ask me about Python (Tkinter & PyQt6)
  • ๐Ÿ“ซ How to reach me: [email protected]
  • ๐Ÿง‘๐Ÿผโ€๐Ÿ’ป Hire me via Fiverr by clicking on the button at the top of this page
  • Carrd: https://rohankishore.carrd.co/

๐Ÿง‘๐Ÿปโ€๐Ÿ’ป Featured Projects

  1. Aura Text : IDE made with PyQt6 and QScintilla
  2. Youtility: Youtube video/playlist downloader with a modern fluent design and options to download audio/subtitles
  3. ZenNotes: Notepad alternative with TTS, Translations, etc
  4. Spotifyte: Spotify track/playlist downloader with a modern fluent design
  5. CashFlow: Finance manager app with Expense and Income tracking
  6. AnimeSnap: Get details of an Anime like the episode, timestamp, etc from just its Screenshot
  7. cvGen : CV Generator using PyQt6 and Python. Create beautiful CVs easily
  8. Graphyte : Math graphing app like GeoGebra made with PyQt6, NumPy and Matplotlib

๐Ÿค Connect with me:

sachiinamoo iamavgail._


โ›๏ธ Languages & Tools

Python PyQt6 Tkinter C++ Figma Canva Github Git InnoSetup

๐Ÿ“– GitHub Stats

rohankishore's Stats

spotifyte's People

Contributors

rohankishore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

spotifyte's Issues

ImportError: DLL Load Failed While Importing QtCore

Followed the install instructions, although my main.py is in the /src directory, so CD /src then python -m main.py.

PS C:\Tools\Spotifyte\src> python -m main.py Traceback (most recent call last): File "C:\Python310\lib\runpy.py", line 187, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "C:\Python310\lib\runpy.py", line 110, in _get_module_details __import__(pkg_name) File "C:\Tools\Spotifyte\src\main.py", line 6, in <module> from qfluentwidgets import (NavigationBar, NavigationItemPosition, MessageBox, File "C:\Python310\lib\site-packages\qfluentwidgets\__init__.py", line 17, in <module> from .components import * File "C:\Python310\lib\site-packages\qfluentwidgets\components\__init__.py", line 1, in <module> from .dialog_box import * File "C:\Python310\lib\site-packages\qfluentwidgets\components\dialog_box\__init__.py", line 1, in <module> from .color_dialog import ColorDialog File "C:\Python310\lib\site-packages\qfluentwidgets\components\dialog_box\color_dialog.py", line 2, in <module> from PySide6.QtCore import Qt, Signal, QPoint, QRegularExpression, QSize ImportError: DLL load failed while importing QtCore: The specified procedure could not be found.

Windows 11 fully updated, Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32

What can I do to help troubleshoot? I am really eager to try this out.

Install problem on Windows Python 3.11

I've activated venv and tried install from requirements.txt

python -m venv .venv
.venv/scripts/activate
python -m pip install -U pip
python -m pip install -r requirements.txt

...
ERROR: Cannot install -r .\requirements.txt (line 2) and starlette==0.37.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested starlette==0.37.1
    fastapi 0.109.2 depends on starlette<0.37.0 and >=0.36.3

update requirements.txt

Do you use virtual env ? Your requirements.txt seems to have a lot of dependencies not related to the project. Looks like you pip freeze your default pip module install dir

  • From reddit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.