Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View JanaGokulG's full-sized avatar

Block or report JanaGokulG

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JanaGokulG/README.md

Hi, I'm Jana πŸ‘‹

πŸ’» MSc Software | Python & C++ Developer | Aspiring Student
I love building Python applications, GUI projects, while exploring data structures, algorithms, and embedded systems.


πŸ”§ Skills

  • Programming Languages: Python, C++, C
  • Web Development: HTML, CSS, Flask
  • Databases & Data Handling: MySQL, JSON
  • Tools & Frameworks: Git, Arduino, Tkinter, Qt
  • Other Interests: Algorithmic Problem Solving

πŸ“ Projects

  • Text Editor – Tkinter-based editor with spell check, auto-complete, formatting, and clipboard history.
  • Bank Management System – a terminal-based application using data structures like hashmap, bloom filter, etc.
  • Currency Converter – a basic website with API to convert currency between countries.
  • Auto Trading System – a Python-based project that helps decide when to buy or sell stocks using the yfinance module.

πŸ“Š GitHub Stats

Jana's GitHub Stats

Top Languages

GitHub Streak


πŸ“« Contact Me


β€œCode is like humor. When you have to explain it, it’s bad.” – Cory House

Pinned Loading

  1. AUTOTRADINGSYSTEM AUTOTRADINGSYSTEM Public

    This Python-based stock trading system uses Tkinter and yFinance to fetch real-time data, display price charts, and suggest buy/sell actions using basic strategies. It allows users to simulate trad…

    Python

  2. BANKMANAGEMENT-SYSTEM BANKMANAGEMENT-SYSTEM Public

    This C++ Bank Management System uses data structures like Hash Table for transactions, Bloom Filter for fraud detection, BST for account management, Graph for relationships, and Loan class for EMI …

    C++

  3. CURRENCYCONVERTOR CURRENCYCONVERTOR Public

    A simple and responsive currency converter built with HTML, CSS, and JavaScript, using ExchangeRate API for real-time currency conversion.

    JavaScript

  4. TEXTEDITOR TEXTEDITOR Public

    Advanced Text Editor is a Python-based text editor built with Tkinter. It includes features like spell check, auto-complete, clipboard history, and undo/redo functionality. Users can format text wi…

    Python

  5. Terminalx Terminalx Public

    it is a terminal with some custom commands that runs in python and uses Tkinter to build the terminal UI

    Python