https://github.com/tashkoskim/timeflies
Windows forms app with different clock designs made just for fun
https://github.com/tashkoskim/timeflies
clock clocks time time-flies timeflies windows-forms windows-forms-clock windows-forms-clocks
Last synced: 3 months ago
JSON representation
Windows forms app with different clock designs made just for fun
- Host: GitHub
- URL: https://github.com/tashkoskim/timeflies
- Owner: tashkoskim
- Created: 2023-03-01T20:13:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T13:51:15.000Z (over 2 years ago)
- Last Synced: 2025-04-13T08:25:17.427Z (3 months ago)
- Topics: clock, clocks, time, time-flies, timeflies, windows-forms, windows-forms-clock, windows-forms-clocks
- Language: C#
- Homepage: https://github.com/tashkoskim/TimeFlies
- Size: 46.6 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TimeFlies
## Different clock desings in Windows forms (C#)
Windows forms app with different clock designs made just for fun. In this app I have methods for converting int to binary, hexadecimal, Macedonian words, English words, roman numerals, changing different images in order to simulate an animation and more. Some of the images are found on the Internet and I modified them in Photoshop in order to fit in to my clock design.## Used NuGets
- DocumentFormat.OpenXml 2.14.0
- FreeSpire.Doc 9.9.7
- iTextSharp 5.5.13.2## Screenshots
### First screen menu
### Binary clock
- Converting numbers to binary string and playing with png images (for the lights)

### Hexadecimal clock
- Converting numbers to hexadecimals and applying the result hex number as background form color
### Macedonian clock
- Converting numbers into Macedonian words
### Roman clock
- Converting numbers into roman numerals
### Morse clock
- Current time showed as Morse code
### Sign language
- Just playing with images for different number (the images are from Wikipedia, author: [Ds13](https://commons.wikimedia.org/wiki/File:Asl_alphabet_gallaudet.svg))
### The English clock
- Conversion numbers to English words, playing with many png images (in order to “light” the words that tells the time approximately)
### Barcode clock
- I am just printing numbers for hh, mm, ss concatenated together with font “Libre Barcode 128”
### Digital clock
- The numbers are actually symbols (‘|’ and ‘_’) and are written in one multiline textbox with Courier New font
### Abacus clock
- The background wooden frame was made in Photoshop using free images from the Internet. I am just changing the locations of the beads for different number (hh, mm or ss)
### Predator clock
- Made as an inspiration of the Predator movie. The metallic display is made in Photoshop, and for the numbers I used images in Picture boxes
### Analog clock
- This was made following some [tutorial](https://www.youtube.com/watch?app=desktop&v=o8CoLOtCYyk&t=751s) on YouTube (the design was made in Photoshop)
### Counter clock
- The counter digits were made in Photoshop. The data for the holidays are read automatically from the uploaded documents on the [official website](https://www.mtsp.gov.mk/programa-za-nerabotni-denovi.nspx)
### Bouncing balls clock
- I used timers, Graphics to draw ellipse and Paint event
### Christmas clock
- I made GIF animations in Adobe Animate for each digit and I used them in the app. For the 3 different modes, I have 3 different types of gif-s.
## Author
- [@tashkoskim](https://github.com/tashkoskim)
- [email protected]