https://github.com/swamikannan/revisiting-python
Building projects based on libraries such as Turtle and tkinter to brush up on non-ML skills
https://github.com/swamikannan/revisiting-python
coffee-machine cryptography customtkinter etch-a-sketch password password-manager-app password-manager-ui python3 tkinter-gui tkinter-python turtle
Last synced: 18 days ago
JSON representation
Building projects based on libraries such as Turtle and tkinter to brush up on non-ML skills
- Host: GitHub
- URL: https://github.com/swamikannan/revisiting-python
- Owner: SwamiKannan
- Created: 2023-05-18T04:30:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T19:51:43.000Z (about 3 years ago)
- Last Synced: 2025-03-03T16:48:46.442Z (over 1 year ago)
- Topics: coffee-machine, cryptography, customtkinter, etch-a-sketch, password, password-manager-app, password-manager-ui, python3, tkinter-gui, tkinter-python, turtle
- Language: Python
- Homepage:
- Size: 6.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Revisiting Python
I am using this Github repo to build a few Python skills especially in GUI interfaces, non-ML projects, public APIs and maybe, even build a few Python games. I intend to build atleast one new app every 2-3 days. Hopefully, I stay consistent !
## Projects (so far)
- App-based Offline Password Storage and Management
- Tracking the International Space Station
- Enhancing your concentation using a Pomodoro timer
- Etch a Sketch Interface
- Taking bets on a Turtle Race game !
- Contemporary art using the Turtle program
- Re-implementing a coffee machine text interface
This is an exploration of building various Python applications which are non-ML but can built around ML models. Key libraries include:
- Turtle
- Tkinter
- Cryptography