Fatih (fatihpurtas)

fatihpurtas

Geek Repo

Company:Ted University

Location:Turkey

Github PK Tool:Github PK Tool

Fatih's repositories

Stargazers:1Issues:0Issues:0

ID_starmaker

This Python script provides a simple graphical user interface (GUI) to add stars (*) to the middle 7 numbers of each 11-digit ID in a text file. It allows users to select a text file containing a list of IDs, processes the IDs, and saves the modified IDs into a new text file.

Language:PythonStargazers:0Issues:1Issues:0

image_classifinator

The screenshots of the questions I had for the final exam of hist 101, which was my class at school, were chaotic. I had to sort out similar ones among the hundreds of screen images I have. So I coded the image_classifinator too. Now I am categorizing and collecting similar screenshots in the pool of questions we have.

Language:PythonStargazers:0Issues:0Issues:0

proper_case_corrector

This Python application provides a simple interface using Tkinter and converts the first letters of the text in a text file to uppercase while converting the other letters to lowercase. Users can select a text file, correct the text by clicking the process button, and save the result to a new file.

Language:PythonStargazers:0Issues:0Issues:0

TrojanSweeper

a minesweeper game with different concept

Language:JavaStargazers:0Issues:0Issues:0

Undirected-Graph

CMPE224 Data Structures And Algorithms II Assignment 1

Language:JavaStargazers:0Issues:0Issues:0

your-own-atof-function

This repository contains our own implementation of the atof() function in C. atof() is a standard library function that converts a string representation of a floating-point number to its numeric value. This repository can be useful for those who want to gain a better understanding of how this function works.

Language:CStargazers:0Issues:0Issues:0

YoutubeDurationCounter

This Python script calculates the total duration of a list of YouTube videos provided in a text file. It utilizes the pytube library to fetch the duration of each video and then sums them up to provide the total duration.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0