I created CmdTube on my birthday to make it easier to download YouTube tutorials. With CmdTube, you can watch a video before downloading, so you don't download the wrong one. You can also search YouTube and get information about videos and playlists. Compiling the CmdTube library for PyPI took me so much time so I created another library - PyPkgGen, which is a low-code Python library for generating packages for PyPI. I have built more than 10 mobile apps using Python and I'm still building, to show what Python is capable of, because it's not really used in mobile development. --------------- My Bio: --------------- Samuel is a problem solver. Using proper methods in math, science and technology, he can solve any problem in just a few principled steps: define, understand, try, research and calve the solution. With knowledge in programming using various technologies, he builds software to solve different problems that affect people. He is skilled in mobile app development using Kivy, KivyMD, and React Native, Data Science using Python; he is also proficient in 3d modeling using Blender, digital painting using Krita, game development using Lua and Roblox; and many others. He is also interested in teaching and helping people. He has helped a lot of people to become better at coding and made them identify their paths as programmers, and of course; as problem solvers. Samuel is a funny and interesting person to be with, he can make you have a nice time talking with him. He can help you in solving your problems (not just in programming), and you can have him be your really good friend.

SamuelHSSP

I created CmdTube on my birthday to make it easier to download YouTube tutorials. With CmdTube, you can watch a video before downloading, so you don't download the wrong one. You can also search YouTube and get information about videos and playlists. Compiling the CmdTube library for PyPI took me so much time so I created another library - PyPkgGen, which is a low-code Python library for generating packages for PyPI. I have built more than 10 mobile apps using Python and I'm still building, to show what Python is capable of, because it's not really used in mobile development. --------------- My Bio: --------------- Samuel is a problem solver. Using proper methods in math, science and technology, he can solve any problem in just a few principled steps: define, understand, try, research and calve the solution. With knowledge in programming using various technologies, he builds software to solve different problems that affect people. He is skilled in mobile app development using Kivy, KivyMD, and React Native, Data Science using Python; he is also proficient in 3d modeling using Blender, digital painting using Krita, game development using Lua and Roblox; and many others. He is also interested in teaching and helping people. He has helped a lot of people to become better at coding and made them identify their paths as programmers, and of course; as problem solvers. Samuel is a funny and interesting person to be with, he can make you have a nice time talking with him. He can help you in solving your problems (not just in programming), and you can have him be your really good friend.

Available to hire
credit-card $250 per day ($31.25 per hour)

I created CmdTube on my birthday to make it easier to download YouTube tutorials. With CmdTube, you can watch a video before downloading, so you don’t download the wrong one. You can also search YouTube and get information about videos and playlists.

Compiling the CmdTube library for PyPI took me so much time so I created another library - PyPkgGen, which is a low-code Python library for generating packages for PyPI.

I have built more than 10 mobile apps using Python and I’m still building, to show what Python is capable of, because it’s not really used in mobile development.

My Bio:

Samuel is a problem solver. Using proper methods in math, science and technology, he can solve any problem in just a few principled steps: define, understand, try, research and calve the solution.

With knowledge in programming using various technologies, he builds software to solve different problems that affect people.

He is skilled in mobile app development using Kivy, KivyMD, and React Native, Data Science using Python; he is also proficient in 3d modeling using Blender, digital painting using Krita, game development using Lua and Roblox; and many others.

He is also interested in teaching and helping people. He has helped a lot of people to become better at coding and made them identify their paths as programmers, and of course; as problem solvers.

Samuel is a funny and interesting person to be with, he can make you have a nice time talking with him. He can help you in solving your problems (not just in programming), and you can have him be your really good friend.

See more

Skills

Fr
Freelance Gig

Language

English
Fluent
Korean
Intermediate
German
Intermediate

Industry Experience

Education, Computers & Electronics, Gaming, Software & Internet
    uniE608 Studyio App UI
    This User interface made with #Kivy and #KivyMD in #Python is an app which makes studying a lot easier for students, using #AI. The app has a bot a #student can interact with, as the study mate. A student user can ask questions and the bot which would have been trained on large #datasets on #Wikipedia and the #internet in general, would answer the questions in a few seconds. The app also has a question-generation #model where the user can paste paragraphs of text and the #bot generates questions for the user and compiles it into a quiz for the user to select choices and see scores. Also, the app has an #OCR system that uses #OpenCV to scan documents and convert it to text.
    uniE608 Music Player
    A music player app made with Python. The user can pause, play, loop, repeat and browse songs. It has a nice UI/UX design and many cool functionalities. There is a feature that allows the user to save videos to playlists or add to favourites. I made this app using #Kivy, #KivyMD and #mutagen libraries. #music #musicapp
    uniE608 Login System
    #Login system app made with #Python. Basically, a user can sign up or sign in with email address and password. Signing in generates a refresh token so that the user doesn't have to sign in everytime he opens the app. It uses #Firebase for the authentication and the app database. After a new user registers, it stores the info on Firebase and then logs in the new user account. The UI was built using #Kivy and #KivyMD and the #requests module in Python is used for getting and posting requests to the Firebase project.