https://github.com/konradsic/py-projects
A repository for my small python projects
https://github.com/konradsic/py-projects
projects python3 smallprojects
Last synced: 2 months ago
JSON representation
A repository for my small python projects
- Host: GitHub
- URL: https://github.com/konradsic/py-projects
- Owner: konradsic
- Created: 2022-10-28T13:17:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T16:47:45.000Z (over 2 years ago)
- Last Synced: 2025-01-18T21:04:26.857Z (4 months ago)
- Topics: projects, python3, smallprojects
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py-projects
This repository is made to document my small projects like image to ASCII converter or a small and simple logger.## What can I find here?
* Image to ASCII converter (`image-to-ascii/image-to-ascii.py`)
* Simple logger (`simple-logger/logger.py` with example of use at `simple-logger/example.py`)